When viewing nant buildresults in CC.Net the output doesn't have any line breaks and is very difficult to read. ie:
<buildresults project=""><message level="Info"><![CDATA[Buildfile: file:///D:/Builds/MyProject/Working/Root/BuildScripts/MyProject.build]]></message><message level="Info"><![CDATA[Target framework: Microsoft .NET Framework 3.5]]></message>
I would imagine that CRLF would be applied after each element. It makes the output difficult to read. Has anyone else come across this before?