deployment stuff still not working reliably
authormaxcooper <maxcooper>
Mon, 7 Jul 2003 04:20:22 +0000 (04:20 +0000)
committermaxcooper <maxcooper>
Mon, 7 Jul 2003 04:20:22 +0000 (04:20 +0000)
added undeploy to dependecies for dist-webapps in a (failed) attempt to fix that
it may work a little better now, but it still isn't quite right

build.xml

index fccebef..ad28e05 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 
 <!--
-$Id: build.xml,v 1.20 2003/06/09 11:27:12 maxcooper Exp $
-$Revision: 1.20 $
-$Date: 2003/06/09 11:27:12 $
+$Id: build.xml,v 1.21 2003/07/07 04:20:22 maxcooper Exp $
+$Revision: 1.21 $
+$Date: 2003/07/07 04:20:22 $
 -->
 
 <!DOCTYPE project [
@@ -146,7 +146,7 @@ $Date: 2003/06/09 11:27:12 $
       </copy>
    </target>
 
-   <target name="dist-webapps" depends="build">
+   <target name="dist-webapps" depends="build,undeploy">
       <!-- create webapp wars -->
       <mkdir dir="${dist.webapps.dir}"/>
       <ant antfile="${basedir}/build-webapps.xml" target="dist"/>