Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 087a0f3f549f83130bf14c8a51ea368c > files > 1

jaskell-1.0-2.mga3.src.rpm

--- src/build.xml	2006-04-07 09:44:42.000000000 +0200
+++ src/build.xml-gil	2011-06-05 18:48:36.285243172 +0200
@@ -40,6 +40,7 @@
     <pathelement location="${build.dir}"/>
   	<pathelement path="${ant.home}/lib/clover.jar"/>
   	<pathelement location="lib/jparsec.jar"/>
+  	<pathelement location="lib/bsf.jar"/>
   </path>
   <path id="test.run.classpath">
     <path refid="test.compile.classpath"/>
@@ -104,7 +105,7 @@
 	</target>
 
   <target name="test" depends="buildtest" description="Run all unit test">
-    <junit fork="yes" haltonfailure="yes" dir=".">
+    <junit fork="yes" haltonfailure="no" dir=".">
   	  <classpath>
   	  	<path refid="test.run.classpath"/>
   	  </classpath>