You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/xmlrpc/files/xmlrpc-2.0.1.build.xml.patch

15 lines
545 B

--- build.xml.orig 2005-12-21 10:09:45.000000000 +0100
+++ build.xml 2007-04-24 23:28:42.000000000 +0200
@@ -302,9 +302,10 @@
<delete dir="${test.reportsDirectory}"/>
<mkdir dir="${test.reportsDirectory}"/>
- <junit printSummary="yes">
+ <junit printSummary="yes" haltonfailure="true">
<formatter type="plain"/>
<classpath refid="classpath"/>
+ <classpath path="${gentoo.classpath}"/>
<classpath>
<!-- <pathelement location="${xerces.jar}"/> -->
<pathelement path="${build.dest}"/>