Bugs item #1220439, was opened at 2005-06-14 22:36
Message generated for change (Comment added) made by henryl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1220439&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: Henry (henryl)
Assigned to: Nobody/Anonymous (nobody)
Summary: XML logger can produce corrupt output

Initial Comment:
The xml logger can produce corrupt output, not placing
some text in a CDATA section as it should. This occurs
when the following type message is logged
    <someelmt>blah
Note that the <somattr> has no ending tag, and the text
on the end of the line. The error occurs because the
XmlValidatingReader doesn't throw an exception on the
given input.

Attached is a test case testing for this event, and a
somewhat poor fix (but it works for me).

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

>Comment By: Henry (henryl)
Date: 2005-07-14 20:33

Message:
Logged In: YES 
user_id=1083163

Is there anything I can do to help get this patch applied?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to