Hi,

 

I simply cannot get nunit2report to work, and I cannot get find out why.

Does anyone have a working example or any idea what the *?..* is going on??

 

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


Paul


_____________________________________________________________________
VirusChecked for the Incepta Group plc
_____________________________________________________________________

Reply via email to