Laszlo Benedek wrote:
I have a headless application that invokes an Ant script thorough the
org.eclipse.ant.core.AntRunner class.
The System.out messages coming from my Ant script don't show up in the
console (dos prompt). The same messages do show up if I run the script
within the Eclipse UI (without AntRunner).
Does anyone know why ?
Do you invoke
eclipse.exe -application ...
or
java -jar startup.jar -application ...
Do you specifically set a logger with AntRunner.addBuildLogger() - e.g.
the org.apache.tools.ant.DefaultLogger?
Thomas