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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -