Author: hibou
Date: Sun Mar 24 19:28:03 2013
New Revision: 1460425
URL: http://svn.apache.org/r1460425
Log:
Jenkins configuration doesn't seem to work, hard code the launch config in the
build
Modified:
ant/core/trunk/launch-build.xml
Modified: ant/core/trunk/launch-build.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/launch-build.xml?rev=1460425&r1=1460424&r2=1460425&view=diff
==============================================================================
--- ant/core/trunk/launch-build.xml (original)
+++ ant/core/trunk/launch-build.xml Sun Mar 24 19:28:03 2013
@@ -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" />