]> source.dussan.org Git - poi.git/commitdiff
Make gump build docs even is compile fails.
authorNicola Ken Barozzi <nicolaken@apache.org>
Tue, 19 Mar 2002 14:34:21 +0000 (14:34 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Tue, 19 Mar 2002 14:34:21 +0000 (14:34 +0000)
Added jar generation to the gump build that was missing.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352256 13f79535-47bb-0310-9956-ffa450edef68

tools/centipede/targets/robot.xtarget
tools/centipede/targets/test.xtarget

index 66d12f16b1787e2077fdcff9dc350897ae536509..13edba252573966446b245bbda6de6cd6087694d 100644 (file)
@@ -77,7 +77,7 @@ tofile="${build.patchqueue}/patchqueue2text4dev.xsl"/>
   <!-- =================================================================== -->
   <!-- Calls the targets needed for Gump                                   -->
   <!-- =================================================================== -->  
-  <target name="gump" depends="testmodule">
+  <target name="gump" depends="testmodule, package">
   </target>
   
   
index 3e1e0eacff5fb57524f4217e1268ec078e2d90a7..40612aa7826a1643c21eff32b6efbd480b09698d 100644 (file)
@@ -46,6 +46,6 @@
   <!-- =================================================================== -->
   <!-- Testing that all major targets work; useful before a commit         -->
   <!-- =================================================================== -->
-  <target name="testmodule" depends="clean, test, site
+  <target name="testmodule" depends="clean, docs, test, javadocs
           description="Testing that all major targets work; useful before a commit  ">
   </target>