aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNicola Ken Barozzi <nicolaken@apache.org>2002-03-19 14:34:21 +0000
committerNicola Ken Barozzi <nicolaken@apache.org>2002-03-19 14:34:21 +0000
commitb6ae88d81c0591c85ce219e6422c8659011cb40c (patch)
treea0c286d3bf5b65bb4c3700f35c1ea5be4f284f9d /tools
parent576c8a1e6302f9609c58541cfb13cdd2ef22876d (diff)
downloadpoi-b6ae88d81c0591c85ce219e6422c8659011cb40c.tar.gz
poi-b6ae88d81c0591c85ce219e6422c8659011cb40c.zip
Make gump build docs even is compile fails.
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
Diffstat (limited to 'tools')
-rw-r--r--tools/centipede/targets/robot.xtarget2
-rw-r--r--tools/centipede/targets/test.xtarget2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/centipede/targets/robot.xtarget b/tools/centipede/targets/robot.xtarget
index 66d12f16b1..13edba2525 100644
--- a/tools/centipede/targets/robot.xtarget
+++ b/tools/centipede/targets/robot.xtarget
@@ -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>
diff --git a/tools/centipede/targets/test.xtarget b/tools/centipede/targets/test.xtarget
index 3e1e0eacff..40612aa782 100644
--- a/tools/centipede/targets/test.xtarget
+++ b/tools/centipede/targets/test.xtarget
@@ -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>