> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> [EMAIL PROTECTED]
> Sent: woensdag 27 juli 2005 23:01
> To: nant-users@lists.sourceforge.net
> Subject: RE: [Nant-users] .85 RC3 and Nunit 2.2
> 
> I am running into the same problem.
> 
>  
> 
> According to nUnit website at SourceForge, 2.2.2 is the 
> latest version of nUnit. So when I went to the nUnit site, 
> this is the one that I downloaded and used to build.
> 
>  
> 
> Is there anyway to use NUnit 2.2.2 with NAnt <nunut2> task?
> 
>  
> 
> I tried adding the binding redirect from 2.2.2.0 to 2.2.0.0 
> per the documentation and it still does not work. (I have 
> tried using the binding redirect in both directions and both 
> in the "nant.exe.config" and app config files to no avail.)
> 
>  
> 
> I also tried copying the newer assemblies to the 
> nant/bin/lib/1.1 directory. This caused NAnt to fail with an 
> exception - apparently between nunit 2.2 and 2.2.2 a method 
> has changed in the nunit.core assembly. (In 2.2.2, they 
> return a list of frameworks instead of a single framework 
> version in 2.2)
> 
>  
> 
> Should I file a bug report with nant requesting ability to 
> use current version of nunit?

If I recall correctly, the NUNit Team (Charlie Poolie, that is lol) advises
users to stick with 2.2.0.

I think they consider the 2.2.1 and 2.2.2 releases as unstable.

> Should I give up on <nunit2> and use <exec> instead?

I might consider rewriting the <nunit2> task as a wrapper for the
nunit-console command line tool.

But in my opinion, NUNit lacks support for specifiying a list of referenced
assemblies (that get loaded into the test domain, but are not scanned for
testfixtures).

Charlie, any chance this might make it into a future revision of NUNit or is
this already supported (and did I overlook somehow) ?

Gert



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to