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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql/ ontrib/Makefile ontrib/retep/build.xml ...
Дата
Msg-id 200107071500.f67F0gO11078@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: pgsql/ ontrib/Makefile ontrib/retep/build.xml ...  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: pgsql/ ontrib/Makefile ontrib/retep/build.xml ...  (Peter Eisentraut <peter_e@gmx.net>)
Список 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@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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql/ ontrib/Makefile ontrib/retep/build.xml ...
Следующее
От: Peter Eisentraut - PostgreSQL
Дата:
Сообщение: pgsql/src/interfaces/jdbc/org/postgresql/jdbc1 ...