Re: pgsql/ ontrib/Makefile ontrib/retep/build.xml ... - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql/ ontrib/Makefile ontrib/retep/build.xml ...
Date
Msg-id 200107072249.f67Mn3x26946@candle.pha.pa.us
Whole thread Raw
In response to Re: pgsql/ ontrib/Makefile ontrib/retep/build.xml ...  (Peter Eisentraut <peter_e@gmx.net>)
List 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@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

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql/ ontrib/Makefile ontrib/retep/build.xml ...
Next
From: Peter Eisentraut - PostgreSQL
Date:
Subject: pgsql/ /configure onfig/java.m4