Re: Upgrade to 9 questions

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Albert Kurucz <albert(dot)kurucz(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Upgrade to 9 questions
Date: 2010-10-03 03:10:45
Message-ID: 4CA7F435.8010608@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Albert Kurucz wrote:

> How does it know which JDBC version and which JDK version I have the
> desire to build for?
> Is it in some config files or additional command line parameters for the
> "ant driver" command or some environment variables?

It looks at the ant ${java.specification.version} property.
You can see the details for yourself at
http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/build.xml?rev=1.87&content-type=text/x-cvsweb-markup

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Boris 2010-10-03 13:33:13 Upgrading JDBC driver from 7.3 to 8.4 affected execution plans
Previous Message Albert Kurucz 2010-10-03 02:43:21 Re: Upgrade to 9 questions