pgsql/src/interfaces/jdbc build.xml

From: davec(at)postgresql(dot)org (Dave Cramer)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc build.xml
Date: 2002-03-19 01:32:48
Message-ID: 20020319013248.B894C475852@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: davec(at)postgresql(dot)org 02/03/18 20:32:48

Modified files:
src/interfaces/jdbc: build.xml

Log message:
applied patch from Liam Stewart

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-03-19 02:18:25 pgsql/ oc/src/sgml/catalogs.sgml oc/src/sgml/r ...
Previous Message Bruce Momjian - CVS 2002-03-19 01:14:45 pgsql/src/backend/catalog README