My build logs for one project (but not any of the other very similar projects) have been failing for no visible reason. The dashboard build report shows all unit tests passing and no error or exception anywhere, but in the notification emails there are two supposed errors caused by this XML in the build log:
<buildresults> <message level="Error">nunit-summary version 0.2 - Copyright (c) 2007-2008, Charlie Poole</message> <message level="Error">Output saved as E:\CruiseControl\server\Trunk Checkmate PepsiCo\Artifacts\NUnitReport.html</message> </buildresults> Everything compiles and publishes as expected, so why are these two lines being reported as errors? Any ideas?
