As Gert states
 
> Unless if you're sure that your build file will allow
> you to run your unit tests on Mono or a specific version of the MS CLR ...

 
Being able to specify the target clr version for my tests is a big issue. Does 
the NCoverExplorer task support this? I couldn't find anything in the 
documentation.
 
tia,
Erich
 
 
________________________________

From: [EMAIL PROTECTED] on behalf of David Keaveny
Sent: Fri 2007-05-04 01:04
To: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] NUnit NAnt task roadmap



Of course, the alternative solution is to use Kiwidude's NCover and 
NCoverReport tasks 
(http://www.kiwidude.com/dotnet/doc/NCoverExplorer.NAntTasks/tasks/ncover.html 

) - they'll happily shell out to NUnit 2.4. It's a win-win situation - you get 
to use NUnit 2.4, and you get to see code coverage reports of your unit tests 
(how else are you going to know that your unit tests are testing *everything*?!)

 

Of course, when I don't want to run code coverage reports, then yes, I just run 
NUnit 2.4 from the exec task...

________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer
Sent: Thursday, 3 May 2007 11:22 PM
To: Erich Eichinger; nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] NUnit NAnt task roadmap

 

Nothing against Nant. But, this is the reason a lot of people recommend running 
NUnit with the exec task.

 

________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erich Eichinger
Sent: Thursday, May 03, 2007 1:56 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] NUnit NAnt task roadmap

 

Hi,

Since NUnit 2.4 is already out, I'd like to know if there are any concrete 
plans to upgrade/extend the nunit task to the new version. As far as I could 
see, the nunit task is still compiled against 2.2.8.

cheers,
Erich

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to