Обсуждение: pgsql/ /build.xml ontrib/retep/build.xml oc/sr ...

Поиск
Список
Период
Сортировка

pgsql/ /build.xml ontrib/retep/build.xml oc/sr ...

От
Peter Eisentraut - PostgreSQL
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    petere@hub.org    01/03/11 06:07:01

Modified files:
    .              : build.xml
    contrib/retep  : build.xml
    doc/src/sgml   : jdbc.sgml
    src/interfaces/jdbc: Makefile build.xml
    src/interfaces/jdbc/org/postgresql: Driver.java.in

Log message:
    Add uninstall target to Java build.
    Respect default port setting in JDBC driver.
    Pick up version number from Makefile.global.
    Change installation directory to share/java/.
    Document.


Re: pgsql/ /build.xml ontrib/retep/build.xml oc/sr ...

От
Peter Mount
Дата:
At 06:07 11/03/01 -0500, Peter Eisentraut - PostgreSQL wrote:
>CVSROOT:        /home/projects/pgsql/cvsroot
>Module name:    pgsql
>Changes by:     petere@hub.org  01/03/11 06:07:01


>         Respect default port setting in JDBC driver.

I'm not sure if that is a good idea. Because the driver can run anywhere,
the default port should be the Globally accepted port number and not the
builder's one.

>         Pick up version number from Makefile.global.

How have you done this, using -Dmajor= -Dminor= parameters to ant?