Is <nunit2> supports .net framework 4.0?

Vinod Soni <[email protected]> Thu, 7 Apr 2011 11:17:17 -0400
Newsgroups gmane.comp.windows.dotnet.nant.devel
Message-ID <OFB6F28DC9.9C599100-ON8525786B.00526B70-8525786B.0053FB13@humana.com>
Dear Team,

I am using 0.85 release of NAnt to automated the builds for .net framework 
2.0 and 3.5 projects. 
I created a RunNunit.build file to test the projects using Nunit task. The 
file containes the following code

<nunit2 haltonfailure="false" failonerror="false" 
unless="${directory::exists('${OutputPath}\Tests')}" verbose="true">
                <test haltonfailure="false">
                  <assemblies basedir="${OutputPath}\Tests\${TestPath}\" >
                    <include name="**.dll"/>
                  </assemblies>
                </test>
                <formatter extension=".xml" 
outputdir="${OutputPath}\NUnitOutput\${TestPath}" usefile="true" 
type="Xml"/>
              </nunit2>

Now we are going for new enhancements for .net framework 4.0. And the 
above code getting faild with following exception.

Invalid element <nunit2>. Unknown task or datatype.

So I want to confirm that Is <nunit2> supports .net framework 4.0? if not 
what are the possible ways to fix it? 
It is working fine for .net framework 2.0 and 3.5.

Kindly reply...

Thanks & Regards
Vinod Soni - MCTS
Enterprise Architecture (Humana)
Desk: +91-120-4398818
Mobile:+91-9899694444

Anything is possible.  All it takes is a little research. (Me)


The information transmitted is intended only for the person or entity to which it is addressed and may contain CONFIDENTIAL material.  If you receive this material/information in error, please contact the sender and delete or destroy the material/information.

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev

_______________________________________________
nant-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-developers