summaryrefslogtreecommitdiff
path: root/launch-build.xml
diff options
context:
space:
mode:
authorNicolas Lalevee <hibou@apache.org>2013-03-24 19:28:03 +0000
committerNicolas Lalevee <hibou@apache.org>2013-03-24 19:28:03 +0000
commit9ecd8f01066c10e1bddcc304fa91a0cc629c92c9 (patch)
tree9e060736e849437279192973faf0d4d9621158dd /launch-build.xml
parentbce64d5aa34dd6d601811687cb823a96e759f902 (diff)
downloadant-9ecd8f01066c10e1bddcc304fa91a0cc629c92c9.tar.gz
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
Diffstat (limited to 'launch-build.xml')
-rw-r--r--launch-build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/launch-build.xml b/launch-build.xml
index d5fe12f28..a3bf82308 100644
--- a/launch-build.xml
+++ b/launch-build.xml
@@ -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" />