Re: build patch - Mailing list pgsql-jdbc

From Mike Beachy
Subject Re: build patch
Date
Msg-id 20021210184016.GB21702@marketdude.com
Whole thread Raw
In response to Re: build patch  (Fernando Nasser <fnasser@redhat.com>)
Responses Re: build patch  (Dave Cramer <Dave@micro-automation.net>)
List pgsql-jdbc
On Tue, Dec 10, 2002 at 12:11:40PM -0500, Fernando Nasser wrote:
> What about adding this new building info the the README file?

Patch below. Feel free to suggest something else.

Index: README
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/interfaces/jdbc/README,v
retrieving revision 1.12
diff -c -r1.12 README
*** README    2002/10/20 00:10:55    1.12
--- README    2002/12/10 18:39:00
***************
*** 32,37 ****
--- 32,41 ----

  That jar file will contain the driver for _your_ version of the JDK.

+ If you would like to use ANT directly, first invoke 'make build.properties'
+ after running the configure script with the java option. This will create a
+ needed Java properties file from the configured information.
+
  REMEMBER: Once you have compiled the driver, it will work on ALL platforms
  that support that version of the API. You don't need to build it for each
  platform.

pgsql-jdbc by date:

Previous
From: Fernando Nasser
Date:
Subject: Re: updatable (J2EE) resultsets
Next
From: Fernando Nasser
Date:
Subject: Re: build patch