Browse Source

Property "args" is set on project level. So setting a default value inside a target wont work.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1586585 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 11 years ago
parent
commit
7830e9cb4b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      launch-build.xml

+ 0
- 2
launch-build.xml View File

@@ -32,8 +32,6 @@

<target name="launch">
<fail unless="launch.cmd" message="Unsupported build platform" />
<!-- by default no args, overridable on the Ant command line with -Dargs="" -->
<property name="args" value="" />
<echo message="Launching ${launch.cmd} ${args}" />
<exec executable="${launch.cmd}" failonerror="true">
<arg line="${args}" />


Loading…
Cancel
Save