> Bruce Momjian writes:
>
> > Thanks. I could never get ant 1.3 to work and suspected it was a bug
> > after another user had a similar problem with his build.xml project and
> > wanted to know how I was deleting the directories. What was the trick.
> > I read the docs and didn't get it.
>
> Use <delete dir="xxx"> to delete a directory.
I just a cvs update and did a 'make' and 'make clean' from the jdbc
directory and the directories themselves are still there:
#$ gmake clean
/usr/local/bin/ant -buildfile ./build.xml clean
Buildfile: ./build.xml
clean:
[delete] Deleting directory /usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/jdbc/build
[delete] Deleting directory /usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/jdbc/jars
[delete] Deleting: /usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/jdbc/org/postgresql/Driver.java
BUILD SUCCESSFUL
Total time: 1 second
#$ lf
CHANGELOG Implementation build/ example/ org/
CVS/ Makefile build.xml jars/ tags@
ID@ README crtags@ jdbc.jpx utils/
On your system, do /build and /jars still appear?
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026