Hi, I simply cannot get nunit2report
to work, and I cannot get find out why. Below is my target: <target
name="runUnitTests" description="Runs unit tests on specified dlls"> <echo
message="Before running tests"/> <nunit2
failonerror="false" verbose="true"> <formatter
outputdir="${nant.project.basedir}" usefile="true" type="Xml"
extension=".xml"/> <test
assemblyname="${compile.dir}\vor.tests.dll" appconfig="${compile.dir}\vor.tests.dll.config"
/> </nunit2> <loadtasks
assembly="C:/nant-0.85-rc3/bin/NAnt.Contrib.Tasks.dll" />
<nunit2report format="frames" lang="en" todir="${nant.project.basedir}">
<fileset> <include
name="vor.tests.dll-results.xml" /> </fileset>
</nunit2report> </target> Thanks
_____________________________________________________________________ VirusChecked for the Incepta Group plc _____________________________________________________________________ |
- [Nant-users] nunit2report Paul Cowan
- Re: [Nant-users] nunit2report Kevin Williams
- RE: [Nant-users] nunit2report Paul Cowan
- [Nant-users] nunit2report Paul Cowan
- [Nant-users] NUnit2Report Blagassie