Re: [NAnt-users] Question about accessing the command line arguments passed to nant

2006-02-01 Thread si
Hi Kevin, > I would like to know the target passed as a command-line argument to the nAnt > command and use it to as a variable before any of the tasks in my build file > are called. Well, there's target::get-current-target() but you've probably already seen this. I ended up writing a custom fun

[NAnt-users] Question about accessing the command line arguments passed to nant

2006-02-01 Thread Partusch, Kevin
Hi all,   I have a question about getting the arguments passed to the nAnt command. I would like to know the target passed as a command-line argument to the nAnt command and use it to as a variable before any of the tasks in my build file are called. I searched the website as well as the

RE: [NAnt-users] Nant build by solution task not using the environment paths correctly

2006-02-01 Thread Gert Driesen
Tim, Can you send me a small repro for this issue ? Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Tim Mayert > Sent: woensdag 1 februari 2006 16:25 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] Nant build by solution ta

[NAnt-users] msi task fails to add VS2005 msm!

2006-02-01 Thread Canny, James
Title: msi task fails to add VS2005 msm! Hi, I have a grouping of help files (HxC, HxK etc.) already created. I have created a merage module and am attempting to add this msm and its 2 dependencies - HTML Help Registration  RTL X86 ---.msm and VSIPCC Collection Files RTL --- ---.msm. The ms

[NAnt-users] Nant build by solution task not using the environment paths correctly

2006-02-01 Thread Tim Mayert
Okay I have an issue that needs solving ASAP. I am using the solution task to build the entire project solution and I use the setenv task to set the include and lib folders. This seemed to work as the projects would all build without any errors about not finding the include or lib paths. But sin

[NAnt-users] Re: Nant Support For NUnit For 2.2.5

2006-02-01 Thread GOUIGOUX Jean-Philippe
Title: Re: Nant Support For NUnit For 2.2.5 Hi, Gary When trying what you advice me to change, I found something very interesting : my test setup works when I am on a local directory, without a single change. Only difference was that I was previously on a network share. My first thought was