blob: d4bfefd9d6bf3261ba5f94bbb63578a8024f99a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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}"/>
|