Hi,
I have a project where I run NUnit Tasks together with NCover like
this:
<exec>
<executable>&nCoverTool;</executable>
<baseDirectory>&workBase;\bin\Debug\</baseDirectory>
<buildArgs>&nUnitTool; Sara.Test.dll Sara.Persistence.Test.dll /
nologo ####THIS IS ONE LINE
/xml=nunitresults.xml //x ncoverresults.xml //a
Sara.Common;Sara.Core.Persistence;Sara.Services</
buildArgs>
</exec>
Then in the publishers section I do a <merge> task with this file and
then after that a xmllogger task.
The NUnit Result is included in the merged file but still the result
of the integration run is successful not failed.
I use the following tools:
CCNET: 1.4.3.4023
NCover: 1.5.8.0
NUnit: 2.4.1.0
Does someone encoutered the same problem and has a solution for me?
Thank you,
Tobias