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