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