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 22:49:03
Message-ID: 200107072249.f67Mn3x26946@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> Bruce Momjian writes:
>
> > I just a cvs update and did a 'make' and 'make clean' from the jdbc
> > directory and the directories themselves are still there:
>
> If you can reproduce this then you might want to file a bug report with
> the Ant developers. I'm using Ant 1.3 and Sun's JDK 1.3 and it works
> according to the plan.

I have jdk 1.2 and ant 1.3, and as you can see, all the directories
still exist after a make clean:

#$ 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] Could not find file
/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/jdbc/org/postgresql/Driver.java
to delete.

BUILD SUCCESSFUL

Total time: 1 second
#$ ls -lR build jars
build:
total 2
drwxr-xr-x 2 postgres wheel 1024 Jul 7 10:58 example
drwxr-xr-x 3 postgres wheel 512 Jul 7 10:58 org


build/example:

build/org:
total 1
drwxr-xr-x 8 postgres wheel 512 Jul 7 10:58 postgresql

build/org/postgresql:
total 6
drwxr-xr-x 2 postgres wheel 512 Jul 7 10:58 core
drwxr-xr-x 2 postgres wheel 512 Jul 7 10:58 fastpath
drwxr-xr-x 2 postgres wheel 512 Jul 7 10:58 geometric
drwxr-xr-x 2 postgres wheel 512 Jul 7 10:58 jdbc2
drwxr-xr-x 2 postgres wheel 512 Jul 7 10:58 largeobject
drwxr-xr-x 2 postgres wheel 512 Jul 7 10:58 util

build/org/postgresql/core:

build/org/postgresql/fastpath:

build/org/postgresql/geometric:

build/org/postgresql/jdbc2:

build/org/postgresql/largeobject:

build/org/postgresql/util:

jars:

--
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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2001-07-08 08:31:08 pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...
Previous Message Peter Eisentraut 2001-07-07 20:56:48 Re: pgsql/ ontrib/Makefile ontrib/retep/build.xml ...