cmlenz 2003/01/23 00:13:10
Modified: . gump.xml
Log:
Add <work> tag, hoping to fix the gump build
Revision Changes Path
1.36 +7 -0 jakarta-cactus/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/gump.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- gump.xml 22 Jan 2003 18:02:39 -0000 1.35
+++ gump.xml 23 Jan 2003 08:13:10 -0000 1.36
@@ -44,11 +44,18 @@
-->
<project name="jakarta-cactus-documentation">
+ <!-- Create the directories that are added using the <work> tag below so
+ that JVM do not drop these directories from the CLASSPATH
+ (apparently some do) -->
+ <mkdir dir="documentation/target/classes/java"/>
+
<ant buildfile="documentation/build.xml" target="dist"/>
<depend project="jakarta-ant" inherit="runtime"/>
<depend project="xml-xerces"/>
<depend project="xml-xalan2"/>
+
+ <work nested="documentation/target/classes/java"/>
<javadoc nested="documentation/dist/doc" title="Cactus Documentation"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>