pgsql/src/interfaces/jdbc build.xml
pgsql/src/interfaces/jdbc build.xml
От:
davec@postgresql.org (Dave Cramer)
Дата:
CVSROOT: /cvsroot Module name: pgsql Changes by: davec@postgresql.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.