From: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | JDBC build failed on current |
Date: | 2002-03-04 03:33:43 |
Message-ID: | 20020304123343Y.t-ishii@sra.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
$ 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).
From | Date | Subject | |
---|---|---|---|
Next Message | Yury Bokhoncovich | 2002-03-04 07:11:05 | permanent EuroDates |
Previous Message | Bruce Momjian | 2002-03-04 03:28:55 | Re: elog() patch |