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

2005-04-14 Thread Larry Richardson
L PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Thursday, April 14, 2005 1:07 AM To: 'Larry Richardson'; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Integrating nUnit in nAnt build   Hi Larry,   You can use the task for this purpose:   http://nant.

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

2005-04-13 Thread Gert Driesen
@lists.sourceforge.netSubject: [Nant-users] Integrating nUnit in nAnt build 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

[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