JDBC build.xml

From: Liam Stewart <liams(at)redhat(dot)com>
To: PostgreSQL Patches List <pgsql-patches(at)postgresql(dot)org>
Subject: JDBC build.xml
Date: 2002-02-25 20:53:40
Message-ID: 20020225155340.E17022@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)redhat(dot)com

Attachment Content-Type Size
patch.txt text/plain 687 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Liam Stewart 2002-02-25 21:13:47 JDBC build.xml
Previous Message Bruce Momjian 2002-02-25 20:06:25 Re: PAM patch...