Re: javac compile errors logs with priority="warn"

2006-11-28 Thread Dominique Devienne
On 11/27/06, John Norvell <[EMAIL PROTECTED]> wrote: > The javac task seems to log compile errors using the "warn" logging > priority level with echo. Does anyone know if this behavior is a bug or intentional? Haven't checked the code, but the levels correspond to Ant's log levels. All output f

Re: javac compile errors logs with priority="warn"

2006-11-27 Thread John Norvell
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

javac compile errors logs with priority="warn"

2006-11-03 Thread John Norvell
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"