From: | Kris Jurka <books(at)ejurka(dot)com> |
---|---|
To: | Christoph Lembeck <chle4(at)wi(dot)uni-muenster(dot)de> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #1141: jdbc-ant-script does not support java version |
Date: | 2004-04-26 08:43:22 |
Message-ID: | Pine.BSO.4.56.0404260340370.12411@leary.csoft.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Juris Krumins | 2004-04-26 09:35:31 | Re: cache lookup of relation 165058647 failed |
Previous Message | PostgreSQL Bugs List | 2004-04-25 09:40:36 | BUG #1141: jdbc-ant-script does not support java version 1.5 |