Re: Compiling postgres to is jdbc - Mailing list pgsql-jdbc

From Jason Davies
Subject Re: Compiling postgres to is jdbc
Date
Msg-id 20020609113519.A15844@netspade.com
Whole thread Raw
In response to Compiling postgres to is jdbc  (MTArgent@silverfe.demon.co.uk (M. T. Argent))
List pgsql-jdbc
On Sun, Jun 09, 2002 at 04:19:58PM +0100, M. T. Argent wrote:
>
> These errors appear to relate to code of the following form:
>
> public int getMajorVersion()
> {
> return ${major};
> }
>

You need to set then ${major} etc. value when generating Driver.java. Do an "ant clean" then try again with something
like,"ant -Dmajor=7 -Dminor=2 -Dblah=...". Check build.xml for the actual property names to set. 

--Jase

pgsql-jdbc by date:

Previous
From: MTArgent@silverfe.demon.co.uk (M. T. Argent)
Date:
Subject: Compiling postgres to is jdbc
Next
From: "David A. Bartmess"
Date:
Subject: How to discern a reference column from within java??