Postgres jdbc build broken with plain ant since e7c2c93

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Postgres jdbc build broken with plain ant since e7c2c93
Дата
Msg-id CAB7nPqSsUZvuA5Si9a4BNg78uEJ7R8LnZTKRsZW117ecBxi7bw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Postgres jdbc build broken with plain ant since e7c2c93  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
Hi all,

Build of jdbc is broken since commit e7c2c93 of yesterday when trying
to run it with a simple ant. Here is the failure happening:
$ ant
Buildfile: /home/mpaquier/git/pgjdbc/build.xml

BUILD FAILED
/home/mpaquier/git/pgjdbc/build.xml:109: Problem: failed to create
task or type antlib:org.apache.maven.artifact.ant:dependencies
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
No types or tasks have been defined in this namespace yet

This appears to be an antlib declaration.
Action: Check that the implementing library exists in one of:
        -/usr/share/apache-ant/lib
        -/home/mpaquier/.ant/lib
        -a directory added on the command line with the -lib argument

Total time: 0 seconds

Reproduced with both ant 1.7.1 and 1.9.3.
Am I missing something like an entry in CLASSPATH? This was not
necessary up to now.
Regards,
--
Michael


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

Предыдущее
От: Florent Guillaume
Дата:
Сообщение: Re: PGXAConnection - equals method returning false
Следующее
От: David Johnston
Дата:
Сообщение: Re: Prepared statement with function as argument: how to bind values?