Mention failure of ANT to delete directories on clean.
This commit is contained in:
parent
06a8346c84
commit
97c7db2e15
@ -3,7 +3,7 @@
|
|||||||
build file to allow ant (http://jakarta.apache.org/ant/) to be used
|
build file to allow ant (http://jakarta.apache.org/ant/) to be used
|
||||||
to build the PostgreSQL JDBC Driver.
|
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 $
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -83,6 +83,10 @@
|
|||||||
|
|
||||||
<!-- This target removes any class files from the build directory -->
|
<!-- This target removes any class files from the build directory -->
|
||||||
<target name="clean">
|
<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>
|
<delete>
|
||||||
<fileset dir="${dest}" />
|
<fileset dir="${dest}" />
|
||||||
<fileset dir="${jars}" />
|
<fileset dir="${jars}" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user