I eventually found the problem to be a VS 2010 project trying to be built by VS 2008. (I have projects running under each and must have missed changing that one.) It's weird that there was no output about this though.
On May 17, 3:34 am, Daniel Nauck <[email protected]> wrote: > Hello, > > how do you call nunit? > > Via NAnt or CCNET ? > > Plese post your configuration and the full build log (remove sensible > data first). > > Thanks > > Daniel > > Am 12.05.2010 19:11, schrieb J. J.: > > > 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?
