Browse Source

Fix launch of the build on Jenkins

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1460423 13f79535-47bb-0310-9956-ffa450edef68
master
Nicolas Lalevee 12 years ago
parent
commit
bce64d5aa3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      launch-build.xml

+ 1
- 1
launch-build.xml View File

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


Loading…
Cancel
Save