On Wed, 2005-01-19 at 06:06, Makita Carlson wrote: > <Exec Command="nunit-console.exe > /fixture:C:\NantWebTestProject\NantWebTestUI\bin\secondNantWebtest.dll" > WorkingDirectory="C:\Program Files\NUnit 2.2\bin" /> -->
Off the top of my head: Try doubling the backslashes in the "fixture" path argument. <Exec Command="nunit-console.exe /fixture:C:\\NantWebTestProject\\NantWebTestUI\\bin\\secondNantWebtest.dll" -- John Hardin Development and Technology group (Seattle) CRS Retail Systems, Inc. 3400 188th Street SW, Suite 185 Lynnwood, WA 98037 voice: (425) 672-1304 fax: (425) 672-0192 email: [EMAIL PROTECTED] web: http://www.crsretail.com ----------------------------------------------------------------------- If you smash a computer to bits with a mallet, that appears to count as encryption in the state of Nevada. - CRYPTO-GRAM 12/2001 ----------------------------------------------------------------------- ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Nant-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
