Patch for jdbc Makefile - Mailing list pgsql-patches

From William Webber
Subject Patch for jdbc Makefile
Date
Msg-id 20010117113617.A32163@ferengi.live.com.au
Whole thread Raw
Responses Re: Patch for jdbc Makefile
List 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

Attachment

pgsql-patches by date:

Previous
From: "Michael C. Thornburgh"
Date:
Subject: patch for src/backend/port/darwin/sem.c
Next
From: Joseph Shraibman
Date:
Subject: Re: [INTERFACES] Patch for JDBC timestamp problems