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" <target name="gump"
depends="testmodule" depends="-init, compile, test, jar, metrics, javadocs"
description="Target used by Gump"> description="Target used by Gump"/>
<antcall target="testtargets"/>
<antcall target="testmodule"/>
<antcall target="all"/>
</target>
<!-- ================================== --> <!-- ================================== -->
<!-- Generate all --> <!-- Generate all -->

View File

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