CruiseControl.NET merge nunit and nant output

Posted by JK on Stack Overflow See other posts from Stack Overflow or by JK
Published on 2010-01-06T09:33:35Z Indexed on 2010/05/08 8:08 UTC
Read the original article Hit count: 182

Filed under:
|

I've just started using ccnet so I'm having trouble understanding why the merging of nant and nunit outputs are not working. I've setup my ccnet.config with typical values as found on google:

<merge>
<files>
<file>D:\ccnet\path1\nant-results.xml</file>
<file>D:\ccnet\path2\TestResult.xml</file>
</files>
</merge>
<xmllogger /> 

Nant and ccnet are half working: if I deliberately put in a code error, then ccnet will say build failed. The same happens if I deliberately put in a failing test, ccnet will say build failed.

But the ViewBuildReport.aspx page does not show any of the output from nant or nunit.

Obviously I must be missing something, but I don't know what, any ideas?

Thanks,

JK

© Stack Overflow or respective owner

Related posts about cruisecontrol.net

Related posts about c#