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