Does anyone know if this behavior is a bug or intentional?

Thanks,
John



John Norvell wrote:
I'm working on an xlst script to convert our xml build logs to html and have run across this somewhat odd behavior.

The javac task seems to log compile errors using the "warn" logging priority level with echo.

An example of a compile error would be:

"blahblah.java:619: cannot resolve symbol"

which stops the build. The build.xml logfile does contain the <stacktrace> element, but I would have expected the log message to have been written using the "error" priority for this type of issue.

I'm using the built-in org.apache.tools.ant.XmlLogger logging with ant 1.6.5. and JDK 1.4.2.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to