RE: [Nant-users] NUnit with NAnt

2004-12-16 Thread Ryan Davis
1. A   2. I use to compile my projects, and have the references sorted out in my Visual Studio projects in a solution.   3.   4. Usually compile with VS, finding syntax errors is easier from its task list, and then run the tests with Nant in a command line window.  I have my tests in a sepe

RE: [Nant-users] NUnit with NAnt

2004-12-13 Thread Eric Deslauriers
1. A 3. NUnit2 4. To facilitate debugging, we use the task. In some cases, we need some prebuild and postbuild steps in VS to support things like using CodeSmith for our codegeneration. 5. Use NReport to compile them and feed them to CruiseControl (or Draco if you want). CruiseControl t