Bugs item #1356985, was opened at 2005-11-14 16:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1356985&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Gordon Klaus (gordon.klaus)
Assigned to: Nobody/Anonymous (nobody)
Summary: XmlLogger misreports C# compiler errors and warnings

Initial Comment:
The XmlLogger is reporting C# compiler error and 
warning messages as messages with level="Info".  In 
the outputted log file, the message text clearly shows 
that it is an error/warning (it gives the compiler 
error/warning message), but the message level is 
inappropriately set to "Info".

Since NAnt is taking on the responsibility of assigning 
Levels to its messages, it should be setting them 
appropriately, either by getting that info from the 
compiler, or, if that info is not available, by carefully 
parsing the messages returned by the compiler.

Errors _are_ elsewhere being reported saying that the 
build has failed, but they don't give details of the failure - 
where/why.  Also, the number of such errors doesn't 
correspond with the number of actual compile errors 
being reported as Info messages, so it's not easy to get 
a count of the errors.

Warnings are not showing up anywhere except under 
Info level messages.  When the compiler reports a 
warning, there are _no_ message nodes with 
level="Warning".

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1356985&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to