nicolaken 2002/12/20 07:56:51
Modified: . centibuild.xml module.xml
Log:
Updated the module.xml to the correct unit testing dir.
Added junit cent to the imports of the project and fixed a property.
Revision Changes Path
1.2 +4 -3 jakarta-poi/centibuild.xml
Index: centibuild.xml
===================================================================
RCS file: /home/cvs/jakarta-poi/centibuild.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- centibuild.xml 20 Dec 2002 15:26:32 -0000 1.1
+++ centibuild.xml 20 Dec 2002 15:56:51 -0000 1.2
@@ -19,6 +19,7 @@
<import file="${ant.home}/src/core/xbuild.xml"/>
<taskdef file="${ant.home}/src/core/tasks.properties"/>
<importcent name="java" />
+ <importcent name="junit" />
<importcent name="checkstyle" />
<importcent name="forrest" />
@@ -33,7 +34,7 @@
<echo>
--------------------------------------------------------------
- ${xgump.module.project.name}
${xgump.module.project.version.major}.${xgump.module.project.version.minor} [${YEAR}]
+ ${jxpath:/references/module.xml/root/module/project[1]/@name} [${YEAR}]
--------------------------------------------------------------
Using ${ant.version}
@@ -84,7 +85,7 @@
<target name="generate-records"
description="generate-records">
- <ant antfile="${xlayout.source.targets.dir}/record-generation/xbuild.xml"
+ <ant antfile="${project.src.dir}/targets/record-generation/xbuild.xml"
target="generate-records"/>
</target>
@@ -96,7 +97,7 @@
<target name="generate-types"
description="generate-types">
- <ant antfile="${xlayout.source.targets.dir}/record-generation/xbuild.xml"
+ <ant antfile="${project.src.dir}/targets/record-generation/xbuild.xml"
target="generate-types"/>
</target>
1.17 +1 -1 jakarta-poi/module.xml
Index: module.xml
===================================================================
RCS file: /home/cvs/jakarta-poi/module.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- module.xml 20 Dec 2002 15:26:53 -0000 1.16
+++ module.xml 20 Dec 2002 15:56:51 -0000 1.17
@@ -91,7 +91,7 @@
<!-- Source dirs with type -->
<code type="java/plain" dir="src/java"/>
- <test type="test/junit" dir="src/test"/>
+ <test type="test/junit" dir="src/testcases"/>
<documentation type="xml/forrest" dir="src/documentation"/>
<!-- POI jars - the result of the build -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>