Author: jeremias
Date: Wed Feb  4 09:28:48 2009
New Revision: 740665

URL: http://svn.apache.org/viewvc?rev=740665&view=rev
Log:
Fixed classpath problem concerning XMLUnit.
Split JUnits targets into a reduced set (without layout engine tests) and a 
full set.
Reactivated "gump" target and assigning it the reduced set. I want to see if 
Gump can do a bit more of our test suite without failing.

Modified:
    xmlgraphics/fop/trunk/build.xml

Modified: xmlgraphics/fop/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/build.xml?rev=740665&r1=740664&r2=740665&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Wed Feb  4 09:28:48 2009
@@ -716,7 +716,7 @@
       <src path="${basedir}/test/java"/>
       <patternset refid="test-sources"/>
       <classpath>
-        <path refid="libs-build-classpath"/>
+        <path refid="libs-build-tools-classpath"/>
         <fileset dir="${build.dir}">
           <include name="fop.jar"/>
         </fileset>
@@ -935,7 +935,9 @@
       <test name="org.apache.fop.text.linebreak.LineBreakStatusTest" 
todir="${junit.reports.dir}"/>
     </junit>
   </target>
-  <target name="junit" depends="junit-userconfig, junit-basic, 
junit-transcoder, junit-text-linebreak, junit-layout, junit-fotree, 
junit-intermediate-format" description="Runs all of FOP's JUnit tests" 
if="junit.present">
+  <target name="junit-reduced" depends="junit-userconfig, junit-basic, 
junit-transcoder, junit-text-linebreak, junit-fotree"/>
+  <target name="junit-full" depends="junit-reduced, junit-layout, 
junit-intermediate-format"/>
+  <target name="junit" depends="junit-full" description="Runs all of FOP's 
JUnit tests" if="junit.present">
     <fail><condition><or><isset property="fop.junit.error"/><isset 
property="fop.junit.failure"/><not><isset 
property="hyphenation.present"/></not></or></condition>
 NOTE:
 **************************************************************************
@@ -1281,7 +1283,7 @@
 <!-- =================================================================== -->
 <!-- Special target for Gump                                             -->
 <!-- =================================================================== -->
-  <target name="gump" depends="all, javadocs"/>
+  <target name="gump" depends="junit-reduced"/>
 <!-- =================================================================== -->
 <!-- Clean targets                                                       -->
 <!-- =================================================================== -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to