Re: [Nant-users] NUnit2 and the latest nant (cvs and nightlies)

2003-10-10 Thread Daniel Granath
ay have encountered another issue... I'll do some tests with NUnit 2.1 later today ... Gert - Original Message - From: "Daniel Granath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 5:55 PM Subject: [Nant-users] NUnit2 and the latest nant

Re: [Nant-users] NUnit2 and the latest nant (cvs and nightlies)

2003-10-09 Thread Daniel Granath
you want output in plain text format, you use : However, I think you may have encountered another issue... I'll do some tests with NUnit 2.1 later today ... Gert - Original Message - From: "Daniel Granath" <[EMAIL PROTECTED]> To: <[EMAI

[Nant-users] NUnit2 and the latest nant (cvs and nightlies)

2003-10-09 Thread Daniel Granath
Hi, I have gotten the latest stuff from cvs which includes the new Nunit2 2.1.4 integration, and something seems to have gone wrong. Where previously I specified a NUnit2/Test/Testname which took 20 seconds to run, the same testname now goes on indefinitely with no output whatsoever. I also tri

Re: [Nant-users] location of log file in nunit2 task

2003-09-26 Thread Daniel Granath
e any problems. Gert - Original Message - From: "Daniel Granath" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 8:22 PM Subject: Re: [Nant-users] location of log file in nunit2 ta

[Nant-users] location of log file in nunit2 task

2003-09-26 Thread Daniel Granath
Hi, This issue has been driving me nuts the past hour, how do you control the location of the log file when you're using the nunit2 task? For me, the log always ends up in the project directory. On another note, the extension& usefile arguments to the formatter task doesn't seem to do anything

Re: [Nant-users] location of log file in nunit2 task

2003-09-25 Thread Daniel Granath
e any problems. Gert - Original Message - From: "Daniel Granath" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 8:22 PM Subject: Re: [Nant-users] location of log file in nunit2 ta

Re: [Nant-users] location of log file in nunit2 task

2003-09-25 Thread Daniel Granath
The test result files should normally end up in the directory where the test assembly itself is located. I've just added a outputdir attribute to the formatter element that will allow you to control the directory where the result file will be output. Would this help you ? That would help me enormo

Re: [Nant-users] location of log file in nunit2 task

2003-09-25 Thread Daniel Granath
Gert Driesen wrote: Thank's for the quick response. I'm using the latest stable release, 0.8.3 I believe, downloaded it today. Do you recommend running with the nightly instead? Yeah, but I'd hold off until I've released a new nighlty (in a few hours). How are you supposed to specify the lo

[Nant-users] location of log file in nunit2 task

2003-09-25 Thread Daniel Granath
Hi, This issue has been driving me nuts the past hour, how do you control the location of the log file when you're using the nunit2 task? For me, the log always ends up in the project directory. On another note, the extension& usefile arguments to the formatter task doesn't seem to do anything