You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/11/05 17:32:05 UTC

DO NOT REPLY [Bug 24431] - XML Logger marks compile-errors as warnings

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24431>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24431

XML Logger marks compile-errors as warnings





------- Additional Comments From bodewig@apache.org  2003-11-05 16:32 -------
The problem is, that Ant doesn't know what javac is talking about.

What you see in Ant's logfile is the literal System.err (or .out, can't remember)
of javac and there is no way for Ant to tell warnings from errors (given
the pluggable compiler implementations, things are even more complicated).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org