JDBC build failed on current
$ java -version
java version "1.3.0_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_02)
Java HotSpot(TM) Client VM (build 1.3.0_02, mixed mode)
On this environment, 7.1 and 7.2 have been build without any problem,
but today I got:
/usr/bin/ant -buildfile ./build.xml install \
-Dinstall.directory=/usr/local/src/pgsql/current/share/java -Dmajor=7 -Dminor=3 -Dfullversion=7.3devel -Ddef_pgport=5432
Buildfile: ./build.xml
all:
prepare:
check_versions:
BUILD FAILED
/usr/local/src/pgsql/current/pgsql/src/interfaces/jdbc/./build.xml:33: Could not create task of type: condition. Common solutions are to use taskdef to declare your task, or, if this is an optional task, to put the optional.jar in the lib directory of your ant installation (ANT_HOME).