Patch for jdbc Makefile

Поиск
Список
Период
Сортировка
От William Webber
Тема Patch for jdbc Makefile
Дата
Msg-id 20010117113617.A32163@ferengi.live.com.au
обсуждение исходный текст
Ответы Re: Patch for jdbc Makefile  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Hi all!

Attached is a small patch for src/interfaces/jdbc/Makefile.  It sets
the CLASSPATH to "." before running javac and also before running
'java utils.CheckVersion'; otherwise, the user must do this themselves
or get "class not found" error messages.

The patch is applied by

   patch < patch.Makefile

run in src/interfaces/jdbc.

William
--
William Webber                               william@peopleweb.net.au
Senior Programmer
PeopleWeb Australia                          http://www.peopleweb.com

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Michael C. Thornburgh"
Дата:
Сообщение: patch for src/backend/port/darwin/sem.c
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: [INTERFACES] Patch for JDBC timestamp problems