bodewig 2004/03/24 00:17:39
Modified: project castor.xml
Log:
Make castor build.
There is some logic inside the build file that only works if Ant is
invoked from the top level directory, not inside src.
It now compiles some tests, so it needs junit.
Revision Changes Path
1.27 +2 -1 gump/project/castor.xml
Index: castor.xml
===================================================================
RCS file: /home/cvs/gump/project/castor.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- castor.xml 24 Mar 2004 07:58:25 -0000 1.26
+++ castor.xml 24 Mar 2004 08:17:39 -0000 1.27
@@ -26,7 +26,7 @@
<project name="castor">
<package>org.exolab.castor</package>
- <ant basedir="src" target="jar">
+ <ant buildfile="src/build.xml" target="jar">
<property name="version" value="@@DATE@@"/>
</ant>
<depend project="ant" inherit="runtime"/>
@@ -37,6 +37,7 @@
<depend project="jakarta-regexp"/>
<depend project="jakarta-oro"/>
<depend project="commons-logging"/>
+ <depend project="junit"/>
<work nested="build/classes"/>
<home nested="dist"/>
<jar name="castor-@@DATE@@.jar"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]