Carl Green cc0b531
--- build.xml.orig	2008-11-29 21:16:01.000000000 +0200
Carl Green cc0b531
+++ build.xml	2008-11-29 21:17:28.000000000 +0200
Carl Green cc0b531
@@ -286,7 +286,7 @@
Carl Green cc0b531
   
Carl Green cc0b531
   <target name="-test-all" depends="compile.tests" unless="testcase">
Carl Green cc0b531
     <mkdir dir="${build.test.reports}"/>
Carl Green cc0b531
-    <junit printsummary="yes" haltonfailure="yes" showoutput="yes">
Carl Green cc0b531
+    <junit printsummary="yes" haltonfailure="no" showoutput="yes">
Carl Green cc0b531
       <formatter type="brief" />
Carl Green cc0b531
       <classpath>
Carl Green cc0b531
         <pathelement location="${build.classes}"/>
Carl Green cc0b531
@@ -331,7 +331,7 @@
Carl Green cc0b531
   
Carl Green cc0b531
           description="Run all unit test cases">
Carl Green cc0b531
     <echo message="Running collections tests against built jar ..."/>
Carl Green cc0b531
-    <junit printsummary="yes" haltonfailure="yes">
Carl Green cc0b531
+    <junit printsummary="yes" haltonfailure="no">
Carl Green cc0b531
       <classpath>
Carl Green cc0b531
         <pathelement location="${build.jar.name}"/>
Carl Green cc0b531
         <pathelement location="${build.tests}"/>