Re: [Nant-users] Problem using NAnt 0.8.4

2004-10-27 Thread Gert Driesen
Rajeev, I don't have much time right now. But well, its always more fun to discover stuff yourself anyway, so I'd advise you to have a look at the NAnt help (http://nant.sourceforge.net/nightly/help/). Why can't just just share a directory on your IIS machine, create a mapped drive to that share

Re: [Nant-users] RE: Regression on current directory ?

2004-10-27 Thread Gert Driesen
Rutger, Thibaut, Do you have a repro for this ? There are indeed tasks that modify the current workding directory, but the original working directory should definitely be restored after completion of the task. Gert - Original Message - From: "Rutger Dijkstra" <[EMAIL PROTECTED]> To: <[

[Nant-users] RE: Regression on current directory ?

2004-10-27 Thread Rutger Dijkstra
Similar observation here: some tasks appear to muck about with the current workingdir. nunit2 did it for me. Consequently, my ndoc generated documentation ended up in a sub-folder of the folder containing my unit-tests. I fixed this by setting all directory-properties to absulute paths. Not pretty

RE: [Nant-users] Problem using MailLogger

2004-10-27 Thread Manish Jain
I got it today morning! I've a master build file which calls different build files, I placed mailoggers in child files instead of master file Thanks Gert! Manish -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 10:58 PM To: Manish Jain; [

Re: [Nant-users] RE: task problem

2004-10-27 Thread Gert Driesen
Hi John, I was hoping to update the NDoc version that is included in NAnt to NDoc 1.3 Beta 2, but there is some regression in NDoc. So, we're waiting for a new version of NDoc. Gert - Original Message - From: "John Ludlow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Oct

[Nant-users] RE: task problem

2004-10-27 Thread John Ludlow
I've tried generating the docs from the GUI and it seems to work. Is this just a case of rebuilding the task from the latest NDoc assemblies? Thanks > > Hi. I have started to use the task as part of my build process. > I am currently using the MSDN documenter. However, there is a problem >

Re: [Nant-users] Problem using NAnt 0.8.4

2004-10-27 Thread Gert Driesen
Rajeev, You could just use task to copy the build output to a shared folder on the IIS machine, or you can use an in which you use FTP or SSH to copy the files to IIS. If I recall correctly, there is a free third party task available. Just search the archives, or use google. Starting and stop