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

2008-02-21 Thread Ken Parrish
[mailto:[EMAIL PROTECTED] On Behalf Of Ken Parrish > Sent: donderdag 21 februari 2008 17:32 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] Command line target name ... > > > I am trying to construct a 'master' build script, and example of which is > be

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

2008-02-21 Thread Gert Driesen
or example: Hope this helps, Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Parrish Sent: donderdag 21 februari 2008 17:32 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Command line target name ... I am trying to construct

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

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

2008-02-21 Thread Ken Parrish
I am trying to construct a 'master' build script, and example of which is below.             buildfile="MyProject/MyBuildScript.build"         target="${target::get-current-target()}"         inheritall="true"         failonerror="false" /> If I execute these script with the following com