Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 97c7db2

Browse files
committed
Mention failure of ANT to delete directories on clean.
1 parent 06a8346 commit 97c7db2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/interfaces/jdbc/build.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
build file to allow ant (http://jakarta.apache.org/ant/) to be used
44
to build the PostgreSQL JDBC Driver.
55
6-
$Id: build.xml,v 1.14 2001/05/23 20:54:12 momjian Exp $
6+
$Id: build.xml,v 1.15 2001/05/25 16:29:17 momjian Exp $
77
88
-->
99

@@ -83,6 +83,10 @@
8383

8484
<!-- This target removes any class files from the build directory -->
8585
<target name="clean">
86+
<!--
87+
This should be just 'delete', but ant 1.3 fails.
88+
This code doesn't delete the directories. bjm 2001-05-25
89+
-->
8690
<delete>
8791
<fileset dir="${dest}" />
8892
<fileset dir="${jars}" />

0 commit comments

Comments
 (0)