JDBC build.xml - Mailing list pgsql-patches

From Liam Stewart
Subject JDBC build.xml
Date
Msg-id 20020225155340.E17022@redhat.com
Whole thread Raw
Responses Re: JDBC build.xml  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: JDBC build.xml  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
If one is trying to compile a JDBC 1 driver and junit.jar is in the
CLASSPATH, then the build fails as ant tries to build the JDBC 2 test
classes. This patch fixes this problem by excluding the jdbc 2 files
unless the jdk1.2+ property is set.

Liam

--
Liam Stewart :: Red Hat Canada, Ltd. :: liams@redhat.com

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PAM patch...
Next
From: Liam Stewart
Date:
Subject: JDBC build.xml