Title: .85 RC3 and Nunit 2.2
I found out through this list that the
task is only works with NUnit 2.2. The NUnit 2.2.2 framework
is not currently supported by NAnt 0.85
RC3. I had to uninstall NUnit 2.2.2 and roll back to NUnit 2.2.
Once this was done, the
task started working.
I am working on a large project C# which contains numerous
assemblies. I am successfully able
to process the Nunits and generate xml result files. Has
anyone figured out a way to get the
NUnit2Report task to handle processing multiple assemblies.
The task creates the necessary
html f
Hi,
I’m working on getting Nant to be able to build a
simple C# application then
run NUnit tests using the task. I’ve
got Nant successfully building
the C# application. When the task is
processed, the assembly is
recognized and an xml output file is created. However,
the resu