Re: Compiling postgres to is jdbc

From: Jason Davies <jason(at)netspade(dot)com>
To: "M(dot) T(dot) Argent" <MTArgent(at)silverfe(dot)demon(dot)co(dot)uk>
Cc: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Compiling postgres to is jdbc
Date: 2002-06-09 16:35:19
Message-ID: 20020609113519.A15844@netspade.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message David A. Bartmess 2002-06-09 17:51:26 How to discern a reference column from within java??
Previous Message Jessica P. Hekman 2002-06-09 16:14:28 Re: implementing query timeout