Re: BUG #1141: jdbc-ant-script does not support java version

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: BUG #1141: jdbc-ant-script does not support java version
Дата
Msg-id Pine.BSO.4.56.0404260340370.12411@leary.csoft.net
обсуждение исходный текст
Ответ на BUG #1141: jdbc-ant-script does not support java version 1.5  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Список pgsql-bugs
On Sun, 25 Apr 2004, PostgreSQL Bugs List wrote:

> Description:        jdbc-ant-script does not support java version 1.5
>
> The ant-script build.xml tries to find out which Java version is used during
> the installation of the database and uses this information to generate
> Drivers for jdbc1, jdbc2 or jdbc3. Unfortunately the build script only knows
> the Java-Versions 1.1 to 1.4, but not the new Java Version 1.5.

I've fixed this in both the stable and development cvs branches.  I was
still using ant 1.5 which did not recognize the 1.5 jdk as being different
from the 1.4 jdk so I didn't encounter the problem.  An upgrade to ant 1.6
definitely shows the problem though.

Kris Jurka

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

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1141: jdbc-ant-script does not support java version 1.5
Следующее
От: ross@stamina.com.au (Ross Ferris)
Дата:
Сообщение: Re: How configure Oracle 9i not case sensitive...