On Sun, May 12, 2002 at 04:51:56PM -0400, Jason Tishler wrote:
> I just did a cvs update and was able to build everything but the JDBC
> driver. I did not get any yacc errors. And the JDBC problem *may* be
> caused by me doing a make distclean without having my ant environment
> set first. I've done this before...
The above problem was solved by upgrading to ant 1.4.1. Hence, current
PostgreSQL CVS builds cleanly under Cygwin.
For the archives, the error that I got from the old ant version (i.e.,
1.3) was:
make[3]: Entering directory `/home/jt/src/pgsql/build/src/interfaces/jdbc'
/usr/local/ant/bin/ant -buildfile /home/jt/src/pgsql/src/interfaces/jdbc/build.xml all \
-Dmajor=7 -Dminor=3 -Dfullversion=7.3devel -Ddef_pgport=5432 -Denable_debug=no
Buildfile: \home\jt\src\pgsql\src\interfaces\jdbc\build.xml
all:
prepare:
BUILD FAILED
C:\home\jt\src\pgsql\src\interfaces\jdbc\build.xml:157: Could not create task of type: condition. Common solutions are
touse taskdef to declare your task, or, if this is an optional task, to put the optional.jar in the lib directory of
yourant installation (ANT_HOME).
Jason