ant 'echo' messages are not displayed in intellij 'messages' panel
i have noticed that when I run ant target from intellij the message panel does not print the 'echo' messages!
In general the text mode report of intellij ant is not the same as the command-line ant. It seems to me too verbose.
Is it possible to have the command-line report format in intellij? if not how can I enable the 'echo' messages again?
Regards,
Konstantinos
Please sign in to leave a comment.
Hello Konstantinos,
Hm, it works for me. E.g. a script like
]]>
prints echo message. Is there anything specific in your script?
Just for a reference: there is known issue http://www.jetbrains.net/jira/browse/IDEADEV-11517
plus related ones.
Alexander.