Re: [NAnt-users] Command line target name ...

2008-02-21 Thread Ken Parrish
Gert, Exactly what I needed. Works as I had intended. Thanks, Ken Parrish Gert Driesen wrote: > Ken, > > You need to use a "wild" target: > http://nant.sourceforge.net/release/latest/help/fundamentals/targets.html > > For example: > > > > > >

Re: [NAnt-users] Command line target name ...

2008-02-21 Thread Gert Driesen
Ken, You need to use a "wild" target: http://nant.sourceforge.net/release/latest/help/fundamentals/targets.html For example:

Re: [NAnt-users] Command line target name ...

2008-02-21 Thread Bob Archer
Well, your nant task is not in a target, so there is no current target. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Parrish Sent: Thursday, February 21, 2008 11:32 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Command line