Re: rename() vs. link(); building from source

From: Jason Tishler <jason(at)tishler(dot)net>
To: "David P(dot) Caldwell" <inonit(at)inonit(dot)com>, bp(at)barryp(dot)org, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: rename() vs. link(); building from source
Date: 2002-05-12 21:48:10
Message-ID: 20020512214810.GE1908@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

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 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).

Jason

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2002-05-13 15:00:21 Re: rename() vs. link(); building from source
Previous Message David P. Caldwell 2002-05-12 21:09:29 Re: rename() vs. link(); building from source