Hi, I’m working on getting Nant to be able to build a
simple C# application then run NUnit tests using the <nunit2> task. I’ve
got Nant successfully building the C# application. When the <nunit2> task is
processed, the assembly is recognized and an xml output file is created. However,
the resulting xml file contains no test results. The only tags with data in
the xml file are <test-results> and <test-suite>. If I replace the
<nunit2> task with the <exec> task and run the nunit-console.exe, I get results from the NUnit test. I’m running with Nant 0.85 Release Candidate 3 and NUnit
v2.2.2. Any suggestions would be greatly appreciated. Thanks, Brian |