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

2003-09-25 Thread Daniel Granath
It works, thanks a lot. -- Daniel Gert Driesen wrote: Daniel, The nightly build is available at http://nant.sourceforge.net/nightly/builds. I've also updated one of the examples in the nunit2 task docs (http://nant.sourceforge.net/nightly/help/tasks/nunit2task.html). Let me know if you have any

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

2003-09-25 Thread Gert Driesen
Daniel, The nightly build is available at http://nant.sourceforge.net/nightly/builds. I've also updated one of the examples in the nunit2 task docs (http://nant.sourceforge.net/nightly/help/tasks/nunit2task.html). Let me know if you have any problems. Gert - Original Message - From: "

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 Gert Driesen
- Original Message - From: "Daniel Granath" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 7:10 PM Subject: Re: [Nant-users] location of log file in nunit2 task > Gert Driesen wrote: > > > > > > > >>Thank's for the quic

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

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

2003-09-25 Thread Gert Driesen
What version of NAnt are you using .? In the NAnt 0.8.4 some changes have been made to NAnt on this subject, in the nightly builds the extension and usefile attributes of the formatter element should be working fine. Gert - Original Message - From: "Daniel Granath" <[EMAIL PROTECTED]> To

[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