With Ant 1.4, deleting a non-existing directory is an error unless quiet
="true", so...
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
retrieving revision 1.102
diff -u -r1.102 build.xml
--- build.xml 2001/09/06 11:38:16 1.102
+++ build.xml 2001/09/08 11:02:10
@@ -698,7 +698,7 @@
<!-- =================================================================== -->
<target name="clean" description="Cleans up the distribution"
>
- <delete >
+ <delete quiet="true">
<fileset dir="${build.dir}">
<!-- Everything in the build lib dir -->
<exclude name="CVS"/>
- Sam Ruby
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]