[NAnt-users] How to get path of logfile from Nant when passed on command line?

2007-04-23 Thread Michael Craig
The path to the log file in our Nant scripts is passed to nant.exe via the -l option: i.e. nant.exe -d:c:\scripts\BuildMe.build -l:c:\logroot\BuildMe.log go Since this log file name is generated by the calling script is there a way to get at this path from within my build file? T

Re: [NAnt-users] NANT 0.86 tasks shows error.for VS2005 webapplication projects

2007-04-23 Thread Gert Driesen
Hi Rajiv, Can you submit a bug report for this, and attach a small repro ? Thanks ! Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rajiv Srivastava Sent: maandag 23 april 2007 12:33 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] NANT 0.86 tasks sh

[NAnt-users] Zip task - keep file attributes

2007-04-23 Thread Ricardo Lopes
Hi, Does the zip task keeps the file attributes on the zip file (readonly, hidden), i tried to zip a folder that had some hidden files and it seems that the attributes were lost. Thanks, Ricardo Lopes. - This SF.net email is

[NAnt-users] NANT 0.86 tasks shows error.for VS2005 web application projects

2007-04-23 Thread Rajiv Srivastava
Hi There, I just downloaded NANT nightly build and re-placed my NANT ver 0.85 with downloaded one i.e. NANT 0.86 with the hope of executing solution task for my web services solution file written using VSNET 2005. I had heard that unlike VS 2003, we do not have to provide URL for the web s