NAnt does not recognize the tast <nunit>. I have a target like:
<target name="test" description="compila o validator"
depends="build-test">
        <nunit basedir="../bin" verbose="false" haltonerror="true"
                                haltonfailure="true">
                <formatter type="Plain" outputdir="../doc" />
                <test name="MyProject.Tests.AllTests"
                        assembly="Chronos.Tests.dll" outfile="results"/>
        </nunit>
</target>

And Nant gives me:
/home/pre/Projects/orionsbelt/chronos/Chronos.build(64,3):
invalid element <nunit>. Unknown task or datatype.

I noticed a NUnit.Core.dll in my nant directory. Am I missing something?
Thanks.

-- 
Pedro Santos <www.psantos.net>
"Si minor plus est ergo nihil sunt omnia..."

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to