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