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
<?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 [
</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"/>