Browse Source

Jenkins configuration doesn't seem to work, hard code the launch config in the build

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

+ 2
- 0
launch-build.xml View File

@@ -20,6 +20,8 @@
<description>
Build file be able to launch the boostrap build of Ant on every supported platform
</description>
<property name="args" value="allclean test -Dignore.tests.failed=true -Doptional.jars.whenmanifestonly=skip" />

<condition property="launch.cmd" value="./build.sh">
<os family="unix" />


Loading…
Cancel
Save