ant - IntelliJ does not show javac output -
when running build , terminal, javac output formatted so:
[javac] compiling 99 source files /users/user/devdir [javac] note: java note . . however, when run ant build script through intellij, output is:
javac i've tried using both ant version packaged intellij , 1 used terminal (pointed binary in /usr dir) , same result. project builds fine , else works expected, i'm not getting debug information want see in messages pane. ideas on why happen?
Comments
Post a Comment