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