Ant build on InteliiJ Community Edition no compiler errors shown

前端 未结 3 1036
你的背包
你的背包 2020-12-16 15:27

I have an existing project that I want to build in the IntelliJ Community Edition 11.1.4 running on Ubuntu 12.04.1 LTS

In the Ant Build window I added the project\'s

3条回答
  •  误落风尘
    2020-12-16 15:35

    IDEA just prints Ant's output. Try switching the output from the tree view to the plain text view using the corresponding button on the left of the messages panel:

    Plain Text View

    If the output contains errors, you should be able to see them there.

    Also it's much faster and easier to use IDEA provided incremental compilation (Build | Make).

提交回复
热议问题