Re: Compiling postgres to is jdbc

Поиск
Список
Период
Сортировка
От Jason Davies
Тема Re: Compiling postgres to is jdbc
Дата
Msg-id 20020609113519.A15844@netspade.com
обсуждение исходный текст
Ответ на Compiling postgres to is jdbc  (MTArgent@silverfe.demon.co.uk (M. T. Argent))
Список 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 по дате отправления:

Предыдущее
От: MTArgent@silverfe.demon.co.uk (M. T. Argent)
Дата:
Сообщение: Compiling postgres to is jdbc
Следующее
От: "David A. Bartmess"
Дата:
Сообщение: How to discern a reference column from within java??