Re: Re: [PATCHES] Patch for jdbc Makefile

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: William Webber <william(at)ferengi(dot)live(dot)com(dot)au>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>, PostgreSQL jdbc list <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Re: [PATCHES] Patch for jdbc Makefile
Date: 2001-01-25 17:09:49
Message-ID: 980442589.3a705dddcf24f@webmail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

Quoting Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>:

>
> Any JDBC people want to comment on this?

Makefile is obsolete in 7.1, as is CheckVersion ;-)

>
> > 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(at)peopleweb(dot)net(dot)au
> > Senior Programmer
> > PeopleWeb Australia http://www.peopleweb.com
>
> [ Attachment, skipping... ]
>
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania
> 19026
>

--
Peter Mount peter(at)retep(dot)org(dot)uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter T Mount 2001-01-25 17:27:56 Re: [JDBC] JDBC: java.lang.ArrayIndexOutOfBoundsException: 256
Previous Message Peter T Mount 2001-01-25 17:09:01 Re: Open items

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-01-26 02:55:06 Re: [PATCHES] Additional ODBC patch
Previous Message Andriy I Pilipenko 2001-01-25 16:10:58 Re: Re: [PORTS] Locale bug