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
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
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
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