Re: BUG #1141: jdbc-ant-script does not support java version - Mailing list pgsql-bugs

From Kris Jurka
Subject Re: BUG #1141: jdbc-ant-script does not support java version
Date
Msg-id Pine.BSO.4.56.0404260340370.12411@leary.csoft.net
Whole thread Raw
In response to BUG #1141: jdbc-ant-script does not support java version 1.5  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
List 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 by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1141: jdbc-ant-script does not support java version 1.5
Next
From: ross@stamina.com.au (Ross Ferris)
Date:
Subject: Re: How configure Oracle 9i not case sensitive...