You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by je...@apache.org on 2011/02/24 11:06:31 UTC

svn commit: r1074092 - /gump/metadata/project/xml-fop.xml

Author: jeremias
Date: Thu Feb 24 10:06:30 2011
New Revision: 1074092

URL: http://svn.apache.org/viewvc?rev=1074092&view=rev
Log:
Best practice says to separate tests from the build. Let's try that.

Modified:
    gump/metadata/project/xml-fop.xml

Modified: gump/metadata/project/xml-fop.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xml-fop.xml?rev=1074092&r1=1074091&r2=1074092&view=diff
==============================================================================
--- gump/metadata/project/xml-fop.xml (original)
+++ gump/metadata/project/xml-fop.xml Thu Feb 24 10:06:30 2011
@@ -31,7 +31,7 @@
 
     <mkdir dir="build/classes"/>
     <mkdir dir="build/codegen-classes"/>
-    <ant target="gump"/>
+    <ant target="package, transcoder-package"/>
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
     <depend project="xalan"/>
@@ -50,7 +50,6 @@
     <!-- for EventProducerCollectorTask -->
     <work nested="build/codegen-classes"/>
     <work nested="build/sandbox-classes"/>
-    <work nested="build/test-classes"/>
     
     <!-- Build-time-only dependencies: -->
     <!-- Retroweaver: -->
@@ -61,8 +60,6 @@
     <jar  name="fop.jar" id="fop"/>
     <jar  name="fop-sandbox.jar" id="fop-sandbox"/>
     
-    <report nested="build/test-reports"/>
-    
     <nag from="Jeremias Maerki &lt;jeremias@apache.org&gt;" to="fop-dev@xmlgraphics.apache.org"/>
   </project>
 
@@ -72,20 +69,19 @@
     <jar  name="build/fop.jar" id="fop"/>
   </project>
 
-  <!-- currently fails because Gump runs in headless mode, enable
-       project once FOP's tests can deal with it -->
-  <!--project name="xml-fop-tests">
+  <project name="xml-fop-test">
     <package>org.apache.fop</package>
 
-    <ant target="gump">
+    <ant target="junit">
       <sysproperty name="ant.build.clonevm" value="true"/>
     </ant>
     <depend project="xml-fop" inherit="all"/>
 
-    <work nested="build/classes"/>
     <work nested="build/test-classes"/>
 
-    <nag from="Sam Ruby &lt;rubys@us.ibm.com&gt;" to="fop-dev@xml.apache.org"/>
-  </project-->
+    <report nested="build/test-reports"/>
+    
+    <nag from="Jeremias Maerki &lt;jeremias@apache.org&gt;" to="fop-dev@xmlgraphics.apache.org"/>
+  </project>
 
 </module>