R – Nant output problem when viewing via cc.net

cruisecontrol.netnant

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?

Best Answer

Are you talking about "NAnt output" link (it should be nicely formatted) or the "View Build Log" link (it should contain lots of unreadable XML)? Did you change the default web dashboard configuration?