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

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: rename() vs. link(); building from source
Дата
Msg-id 20020512214810.GE1908@tishler.net
обсуждение исходный текст
Ответ на Re: rename() vs. link(); building from source  (Jason Tishler <jason@tishler.net>)
Список 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
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

В списке pgsql-cygwin по дате отправления:

Предыдущее
От: "David P. Caldwell"
Дата:
Сообщение: Re: rename() vs. link(); building from source
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: rename() vs. link(); building from source