Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 7be3368f43b8ef834a2766d23c62662f > files > 2

jfreechart-1.0.10-2.0.1mdv2009.0.src.rpm

--- ant/build.xml.sav	2007-03-23 16:55:18.000000000 +0100
+++ ant/build.xml	2007-05-18 12:04:09.000000000 +0200
@@ -276,7 +276,7 @@
 
     </target>
 
-  <target name="maven-bundle" depends="zip" >
+  <target name="maven-bundle">
     <!-- make a temporary distribution directory -->
     <mkdir dir="distribution"/>
     <!-- copy across LICENCE -->
@@ -336,12 +336,13 @@
         <mkdir dir="${basedir}/build-tests-reports"/>
         
         <junit printSummary="yes" 
-               haltonerror="true" 
-               haltonfailure="true"
+               haltonerror="false" 
+               haltonfailure="false"
                fork="true" 
                dir=".">
             
             <sysproperty key="basedir" value="."/>
+            <sysproperty key="java.awt.headless" value="true"/>
             <formatter type="plain" usefile="false"/>
             <classpath>
                 <path refid="build.classpath"/>