Here's a patch for a minor bug in the latest incarnation of build.xml.  
Please check.

Stuart.

Index: build.xml
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/build.xml,v
retrieving revision 1.30
diff -u -r1.30 build.xml
--- build.xml   2001/07/18 07:43:02     1.30
+++ build.xml   2001/07/18 10:30:11
@@ -564,7 +564,7 @@
   <!-- =================================================================== -->
   <!-- Creates the war file                                                -->
   <!-- =================================================================== -->
-  <target name="sitewebapp" depends="prepare-sitewebapp, prepare-sitewebapp-libs" 
description="Generates the war package">
+  <target name="sitewebapp" depends="prepare-webapp, prepare-sitewebapp-libs" 
+description="Generates the war package">
     <jar jarfile="${build.dir}/${name}-site.war" basedir="${build.site.war}" 
includes="**"/>
   </target>
 

-------------------------------------------------------------------------
Stuart Roebuck                                  [EMAIL PROTECTED]
Lead Developer                               Java, XML, MacOS X, XP, etc.
ADOLOS                                           <http://www.adolos.com/>

Reply via email to