----- Original Message ----- From: "Ayende Rahien" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 09, 2004 6:44 AM
Subject: [nant-dev] RE: NAnt & Nunit 2
I did some digging using Filemon and discovered that it wants the nunit.framework.dll right next to the test case dll. Anyone can tell me why?
That was a bug in NAnt 0.84.
In addition, I can't get the tests to execute, I get the following message:
[nunit2] Tests run: 0, Failures: 0, Not run: 0, Time: 0 seconds
Again, this is because the version of NUnit that you used to build your test assembly does not match the version of NUNit that NAnt uses to run the tests.
You should use an assembly binding redirect in the application configuration file of your test assembly.
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-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
