Hello all, I am trying to use the nunit2 task for running my tests from my NAnt build file. I can't seem to get it to work. It keeps complaining about now being able to find nunit.framework.dll, even though I have tried putting it everywhere.
Here is my target: <target name="test" depends="package"> <nunit2> <test assemblyname="DotNetMock.Tests.dll"/> </nunit2> </target> That's it. I have tried adding references to the task. Anyone have any ideas? -Griffin __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers