nicolaken 2002/12/23 09:56:08
Modified: . centibuild.xml module.xml
Log:
Cleaning and adding unit tests to the mix.
Revision Changes Path
1.4 +7 -4 jakarta-poi/centibuild.xml
Index: centibuild.xml
===================================================================
RCS file: /home/cvs/jakarta-poi/centibuild.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- centibuild.xml 21 Dec 2002 11:28:30 -0000 1.3
+++ centibuild.xml 23 Dec 2002 17:56:08 -0000 1.4
@@ -18,13 +18,16 @@
<import file="${ant.home}/src/core/xbuild.xml"/>
<taskdef file="${ant.home}/src/core/tasks.properties"/>
- <importcent name="java" />
- <!-- commenting these out till the base build works on Gump
+ <importcent name="java" />
<importcent name="junit" />
+
+ <!-- commenting these out till the base build works on Gump-->
<importcent name="checkstyle" />
<importcent name="forrest" />
- -->
+ <importcent name="changelog" />
+ <importcent name="changelog" />
+ <!---->
<!-- =================================================================== -->
@@ -112,7 +115,7 @@
<!-- ================================== -->
<target name="gump"
- depends="compile, package"
+ depends="compile, package, test"
description="Target used by Gump"/>
<!-- ================================== -->
1.24 +7 -68 jakarta-poi/module.xml
Index: module.xml
===================================================================
RCS file: /home/cvs/jakarta-poi/module.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- module.xml 23 Dec 2002 10:30:08 -0000 1.23
+++ module.xml 23 Dec 2002 17:56:08 -0000 1.24
@@ -63,68 +63,6 @@
tag="dev"/>
<package>org.apache.poi</package>
-
- <ant target="gump" vm="1.2">
- <property name="ant.home" reference="home" project="krysalis-centipede"/>
- <property name="cents.dir" path="tools/cents" project="jakarta-poi"/>
- <property name="cent.dir.suffix" value=".cent"/>
- </ant>
-
- <!-- script name="build"/> -->
-
- <!-- Project jars POI *build* strictly depends on -->
- <!-- needed for build -->
- <depend project="jakarta-ant"/>
- <depend project="xml-xerces"/>
- <depend project="xml-xalan2"/>
- <depend project="commons-jjar"/>
- <depend project="ant-contrib"/>
-
- <!-- 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/classes"/>
- <work nested="build/testcases"/>
-
- <!-- Build home -->
- <home nested="build"/>
-
- <!-- Source dirs with type -->
- <code type="java/plain" dir="src/java"/>
- <test type="test/junit" dir="src/testcases"/>
- <documentation type="xml/forrest" dir="src/documentation"/>
-
- <!-- POI jars - the result of the build -->
- <jar name="jakarta-poi.jar" id="poi"/>
- <jar name="jakarta-poi-scratchpad.jar" id="scratchpad"/>
- <jar name="jakarta-poi-contrib.jar" id="contrib"/>
- <jar name="jakarta-poi-examples.jar" id="examples"/>
-
- <!-- POI Javadocs - location in the build dirs -->
- <javadoc parent="build/docs/apidocs"/>
-
- <!-- Getting ready for automatic site updates
- <deliver fromdir="build/jakarta-poi/docs"
- tosite="jakarta-apache-org"
- todir="poi/" />
- -->
-
- <nag to="[EMAIL PROTECTED]"
- from="Sam Ruby <[EMAIL PROTECTED]>"/>
- </project>
-
- <project name="jakarta-poi-testnewbuild">
-
- <version major="1"
- minor="9"
- fix ="0"
- tag="dev"/>
-
- <package>org.apache.poi</package>
<ant buildfile="centibuild.xml" basedir="." target="compile" vm="1.2">
<property name="ant.home" reference="home" project="krysalis-centipede"/>
@@ -152,7 +90,9 @@
<depend project="commons-logging"/>
<depend project="commons-cli"/>
<depend project="jakarta-regexp"/>
-
+
+ <depend project="junit"/>
+
<!-- needed for POI -->
<depend project="commons-logging"/>
@@ -164,7 +104,7 @@
<work nested="build/testcases"/>
<!-- Build home -->
- <home nested="build"/>
+ <home nested="build/jakarta-poi"/>
<!-- Source dirs with type -->
<code type="java/plain" dir="src/java"/>
@@ -173,12 +113,9 @@
<!-- POI jars - the result of the build -->
<jar name="jakarta-poi.jar" id="poi"/>
- <jar name="jakarta-poi-scratchpad.jar" id="scratchpad"/>
- <jar name="jakarta-poi-contrib.jar" id="contrib"/>
- <jar name="jakarta-poi-examples.jar" id="examples"/>
<!-- POI Javadocs - location in the build dirs -->
- <javadoc parent="build/docs/apidocs"/>
+ <javadoc parent="build/jakarta-poi/docs/apidocs"/>
<!-- Getting ready for automatic site updates
<deliver fromdir="build/jakarta-poi/docs"
@@ -188,6 +125,8 @@
<nag to="[EMAIL PROTECTED]"
from="Nicola Ken Barozzi <[EMAIL PROTECTED]>"/>
+
</project>
+
</module>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>