----- 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 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 location, with what attribute? > > > > > > You won't be able to specify the location, but the usefile and extension > > attributes should work. > > But where's the log file supposed to end up? > I've experienced them in the project directory, and also in a sub > directory to the project directory. Is there no way to control this > 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 ? I'll commit this change after I've done some further testing, so it should be available in the next nighlty build (which I'll probable build in an hour or so). Gert ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
