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 files; however, the allclasses-frame. html replicates
the links about 53 times and in the overview-frame.html, the Home link and Assembly title are
replicated for every dll and exe that contains an NUnit. Some of the other issues, incorrect
summary totals, I’ll have to correct in the NUnit2Report source. Current configuration: Nant
0.85 Release Candidate 3 NUnit
v2.2 NUnit2Report
v1.2.2 Thanks in advance for any suggestions, Brian |