RE: [Nant-users] Integrating nUnit in nAnt build

2005-04-14 Thread Larry Richardson
Core.TestRunner.Load(String assemblyName)    at NUnit.Util.TestDomain.Load(String assemblyFileName, String testFixture)    at NUnit.Util.TestDomain.Load(NUnitProject project, String testFixture)    at NUnit.Util.TestLoader.LoadTest(String testName)   Larry Richardson   From: [EMAI

[Nant-users] Integrating nUnit in nAnt build

2005-04-13 Thread Larry Richardson
First of all, newbie to the automated build tools, so this might be a easy question.   I have a simple HelloWorld program that I added nUnit test to. When I try to run nAnt, it says “Nunit.Framework cannot be found”. The dlls are in the build directory.   Thanks in advance.. Larry