]> granicus.if.org Git - postgresql/commitdiff
Mention failure of ANT to delete directories on clean.
authorBruce Momjian <bruce@momjian.us>
Fri, 25 May 2001 16:29:17 +0000 (16:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 25 May 2001 16:29:17 +0000 (16:29 +0000)
src/interfaces/jdbc/build.xml

index 5cac94a918bc720b33ce54bd19d43ac5ff20aee1..acc48a6010098db3bc783033da1d4e802728bcf1 100644 (file)
@@ -3,7 +3,7 @@
   build file to allow ant (http://jakarta.apache.org/ant/) to be used
   to build the PostgreSQL JDBC Driver.
 
-  $Id: build.xml,v 1.14 2001/05/23 20:54:12 momjian Exp $
+  $Id: build.xml,v 1.15 2001/05/25 16:29:17 momjian Exp $
 
 -->
 
 
   <!-- This target removes any class files from the build directory -->
   <target name="clean">
+    <!-- 
+       This should be just 'delete', but ant 1.3 fails.  
+       This code doesn't delete the directories.  bjm 2001-05-25 
+    -->
     <delete>
        <fileset dir="${dest}" />
        <fileset dir="${jars}" />