----- Original Message ----- From: "Carlton Nettleton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 08, 2004 11:45 PM Subject: [Nant-users] How does nant know which nunit to use?
> I am trying to figure out how nant knows which version of nunit to use for > the <nunit2> or <nunit> tasks. I have three versions of nunit on my machine > (2.1, 2.2 beta and 2.2 release). I would like to force nant to use the 2.2 > beta (I am using Roy Osherove's version of Nunit that includes database > transactions), but I cannot find any way to do this. NAnt actually uses the version of NUnit that is included in the NAnt distribution. For NAnt 0.84 that is NUnit 2.1, and for NAnt 0.85 (nightly build) that is NUnit 2.2 (release). We actually use the NUnit API to run the tests, not a wrapper for nunit-console. In order to use custom version of NUnit, you'll need to rebuild NAnt with that version of NUnit. Hope this helps, Gert ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users