Reworked Gump descriptor and build.

Let's see what happens ;-)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-07-20 17:32:40 +00:00
parent 737ca92120
commit e960c2f5e3
2 changed files with 16 additions and 19 deletions

View File

@ -340,14 +340,8 @@
<!-- ================================== -->
<target name="gump"
depends="testmodule"
description="Target used by Gump">
<antcall target="testtargets"/>
<antcall target="testmodule"/>
<antcall target="all"/>
</target>
depends="-init, compile, test, jar, metrics, javadocs"
description="Target used by Gump"/>
<!-- ================================== -->
<!-- Generate all -->

View File

@ -72,22 +72,25 @@
<!-- needed for build -->
<depend project="jakarta-ant"/>
<depend project="xml-xerces"/>
<depend project="xml-xalan2"/>
<depend project="xml-cocoon2"/>
<depend project="junit"/>
<depend project="xml-xalan2"/>
<!-- needed for POI -->
<depend project="commons-logging"/>
<!-- Project jars POI build can use -->
<option project="jakarta-log4j"/>
<!-- Work dirs to be included in classpath -->
<work nested="build/jakarta-poi/classes"/>
<work nested="build/jakarta-poi/testcases"/>
<work nested="tools/tmp/anttasks"/>
<home nested="build/jakarta-poi"/>
<work nested="build/classes"/>
<work nested="build/testcases"/>
<work nested="tools/cents/checkstyle.cent/lib"/>
<work nested="tools/cents/forrest.cent/lib"/>
<work nested="tools/cents/javasrc.cent/lib"/>
<work nested="tools/cents/jdepend.cent/lib"/>
<work nested="tools/cents/junit.cent/lib"/>
<work nested="tools/cents/umldoclet.cent/lib"/>
<home nested="build"/>
<!-- POI jars - the result of the build -->
<jar name="jakarta-poi.jar" id="poi"/>
@ -96,7 +99,7 @@
<jar name="jakarta-poi-examples.jar" id="examples"/>
<!-- POI Javadocs - location in the build dirs -->
<javadoc parent="build/jakarta-poi/docs/apidocs"/>
<javadoc parent="build/docs/apidocs"/>
<!-- Getting ready for automatic site updates
<deliver fromdir="build/jakarta-poi/docs"