Sorry I am new with ccnet so if this has been discussed before I apologize. I am using 1.4
If my build (using MSBuild) outputs logging information that includes an XML node like the following: "Updating Web.config <compilation> element debug attribute to 'True'." Which is output by the Web Deployment project. This seems to be causing a problem with the XMLLogger in ccnet, I get the following error: Exception: System.Xml.XmlException: Unexpected end of file has occurred. The following elements are not closed: compilation, compilation. Line 1126, position 1. This tag appears in a CDATA section in the output so I would not have thought that it would get processed but something is obviously not right. Maybe its the way I setup the ccnet publisher or the way I setup MSBuild (using 3.5 /filelogger not a specific logger). Thanks, any help is apreciated. Kevin F.
