]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Customizing the Gump runs from our build file rather than from the Gump descriptor.
authorJeremias Maerki <jeremias@apache.org>
Wed, 2 Mar 2011 17:28:59 +0000 (17:28 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 2 Mar 2011 17:28:59 +0000 (17:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1076307 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index b93a0176f773f1d40d8e0771691768471105d19b..114a14e274e3b585ca28c2602d6f424572a88d00 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1440,8 +1440,20 @@ NOTE:
 <!-- =================================================================== -->
 <!-- Special target for Gump                                             -->
 <!-- =================================================================== -->
-  <target name="gump" depends="junit-reduced"/>
-<!-- =================================================================== -->
+  <target name="gump" depends="package,transcoder-pkg"/>
+  <target name="gump-test" depends="junit-full">
+    <fail>
+      <condition>
+        <or>
+          <isset property="fop.junit.error"/>
+          <isset property="fop.junit.failure"/>
+        </or>
+      </condition>
+      At least one unit test failed!
+    </fail>
+    <echo>All tests passed!</echo>
+  </target>
+  <!-- =================================================================== -->
 <!-- Clean targets                                                       -->
 <!-- =================================================================== -->
   <target name="clean" description="Cleans the build directory">