Warnings during compile of 7.4.1 driver under jdk1.4.2_03 on mandrake

Поиск
Список
Период
Сортировка
От Per-Olof Noren
Тема Warnings during compile of 7.4.1 driver under jdk1.4.2_03 on mandrake
Дата
Msg-id 1073924859.25460.5.camel@wpernor
обсуждение исходный текст
Ответы Re: Warnings during compile of 7.4.1 driver under jdk1.4.2_03  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Hi all,

During compilation of the driver I discovered a warning concerning a
return statement in a finally-clause.

I not using a cvs version so I can't supply you with a patch
This almost cosmetic issue is probably already fixed anyways?
Output of the build is attached below.


Regards,
Per-Olof Norén
Curalia AB



Buildfile: ./build.xml

all:

prepare:
    [mkdir] Created dir:
/usr/local/src/postgresql-7.4.1/src/interfaces/jdbc/build
    [mkdir] Created dir:
/usr/local/src/postgresql-7.4.1/src/interfaces/jdbc/jars

check_versions:

check_driver:

driver:
     [copy] Copying 1 file to
/usr/local/src/postgresql-7.4.1/src/interfaces/jdbc/org/postgresql
     [echo] Configured build for the JDBC3 edition driver with SSL

compile:
    [javac] Compiling 77 source files to
/usr/local/src/postgresql-7.4.1/src/interfaces/jdbc/build
    [javac]
/usr/local/src/postgresql-7.4.1/src/interfaces/jdbc/org/postgresql/jdbc2/optional/PooledConnectionImpl.java:373:
warning:finally clause cannot complete normally 
    [javac]                 }
    [javac]                 ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 1 warning

examples:
    [javac] Compiling 8 source files to
/usr/local/src/postgresql-7.4.1/src/interfaces/jdbc/build
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.

jar:
      [jar] Building jar:
/usr/local/src/postgresql-7.4.1/src/interfaces/jdbc/jars/postgresql.jar
      [jar] Building jar:
/usr/local/src/postgresql-7.4.1/src/interfaces/jdbc/jars/postgresql-examples.jar

BUILD SUCCESSFUL



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Driver.connect Timeout
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Warnings during compile of 7.4.1 driver under jdk1.4.2_03