Re: [Nant-users] syntax to specify nunit 2.2 when using nant .84

2005-01-19 Thread John Hardin
On Wed, 2005-01-19 at 06:06, Makita Carlson wrote: >WorkingDirectory="C:\Program Files\NUnit 2.2\bin" /> --> Off the top of my head: Try doubling the backslashes in the "fixture" path argument. http://www.crsretail.com -

[Nant-users] syntax to specify nunit 2.2 when using nant .84

2005-01-19 Thread Makita Carlson
Hello, sorry if this is a stupid question, I've been wrestling with it a couple days, and perusing the archives. I am using NUnitAsp, and so am using the NUnit 2.2 framework. If I use nunit-console.exe, my tests run correctly in a console window. However, if I invoke the following either of