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/jvyaml/files/jvyaml-0.2-tests.patch

21 lines
747 B

--- build.xml 2007-01-05 21:30:59.000000000 +0100
+++ build.xml 2007-01-05 21:31:46.000000000 +0100
@@ -47,7 +47,7 @@
</target>
<target name="test" depends="compile-tests" description="Runs all tests">
- <junit haltonfailure="false">
+ <junit haltonfailure="true">
<classpath>
<pathelement location="${build.dir}/classes/jvyaml"/>
<pathelement location="${build.dir}/test"/>
@@ -61,7 +61,7 @@
</junit>
</target>
- <target name="jar" depends="test" description="Create the jvyaml.jar file">
+ <target name="jar" depends="compile" description="Create the jvyaml.jar file">
<jar destfile="${lib.dir}/jvyaml.jar">
<fileset dir="${jvyaml.classes.dir}">
<include name="**/*.class"/>