RE: [Nant-users] Problem with nunit2

2005-04-05 Thread Rick Busch
and recompiled just to try to verify that it wasn't an nunit version problem. -Original Message- From: Kevin Williams [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 6:25 AM To: Rick Busch Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Problem with nunit2 I

Re: [Nant-users] Problem with nunit2

2005-04-05 Thread Kevin Williams
I've never had any trouble with the nunit2 task. What compelled you to recompile? Rick Busch wrote: I am a new Nant user and have so far been unable to execute existing nunit tests using the nunit2 task. I’m using the 0.85 rc version of Nant and have re-compiled my nunit assembly using Nunit 2

RE: [Nant-users] Problem with nunit2

2005-04-04 Thread Rick Busch
I've used Ant, JUnit, and NUnit for quite awhile, but am new to Nant). -Original Message- From: Mike Roberts [mailto:[EMAIL PROTECTED] Sent: Monday, April 04, 2005 1:31 PM To: Rick Busch Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Problem with nunit2 Hi Rick, It

Re: [Nant-users] Problem with nunit2

2005-04-04 Thread Mike Roberts
Hi Rick, It might not be the answer you're looking for, but my suggestion is 'don't use the task' . Instead, use and call the nunit-console application. I wrote this up a little bit here: http://mikeroberts.thoughtworks.net/blog/archive/Tech/dotNet/Howtosetupa.NETDevelopmentTreePart7.html Mik

[Nant-users] Problem with nunit2

2005-04-04 Thread Rick Busch
I am a new Nant user and have so far been unable to execute existing nunit tests using the nunit2 task. I’m using the 0.85 rc version of Nant and have re-compiled my nunit assembly using Nunit 2.2.   I get the following from Nant:   [nunit2] Assembly was not built using the Nunit fram

Re: [Nant-users] Problem with NUnit2 Task

2004-08-09 Thread Gert Driesen
Steven, NAnt currently ship with NUnit 2.1(.0.4), but we'll soon (?) upgrade to NUnit 2.2. Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 9:11 AM Subject: [Nant-users] Problem with NUnit2 Task Hi, I am havio

[Nant-users] Problem with NUnit2 Task

2004-08-09 Thread Steven-S . Hawkes
Hi, I am haviong a problem with the NUnit2 Task. I have some NUnit test scripts that work when compiled under Visual Studio .NET and run in the NUnit GUI tool. When I try to build the same with NAnt the task execute's but it reports in the console window that 0 tests run. I tried to run the ge