Re: pgsql/ ontrib/Makefile ontrib/retep/build.xml ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/ ontrib/Makefile ontrib/retep/build.xml ...
Date: 2001-07-07 15:00:42
Message-ID: 200107071500.f67F0gO11078@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2001-07-07 15:52:04 pgsql/src/interfaces/jdbc/org/postgresql/jdbc1 ...
Previous Message Peter Eisentraut 2001-07-07 11:15:01 Re: pgsql/ ontrib/Makefile ontrib/retep/build.xml ...