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:
parent
6c4dcf82e8
commit
d8798390bc
10
build.xml
10
build.xml
@ -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 -->
|
||||
|
17
module.xml
17
module.xml
@ -73,8 +73,6 @@
|
||||
<depend project="jakarta-ant"/>
|
||||
<depend project="xml-xerces"/>
|
||||
<depend project="xml-xalan2"/>
|
||||
<depend project="xml-cocoon2"/>
|
||||
<depend project="junit"/>
|
||||
|
||||
<!-- needed for POI -->
|
||||
<depend project="commons-logging"/>
|
||||
@ -83,11 +81,16 @@
|
||||
<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"/>
|
||||
<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/jakarta-poi"/>
|
||||
<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"
|
||||
|
Loading…
Reference in New Issue
Block a user