Re: JDBC build broken by commit 9f9019b

Поиск
Список
Период
Сортировка
От Christian Schlichtherle
Тема Re: JDBC build broken by commit 9f9019b
Дата
Msg-id A5748E01-20B8-4C01-BD91-5118AF43B8A7@schlichtherle.de
обсуждение исходный текст
Ответ на Re: JDBC build broken by commit 9f9019b  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: JDBC build broken by commit 9f9019b  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
This was blocking my pull request (#180), too. Do I need to do anything or will it be tried again automatically?

Christian

Am 20.08.2014 um 06:20 schrieb Craig Ringer <craig@2ndquadrant.com>:

> On 08/20/2014 11:43 AM, Craig Ringer wrote:
>> Taking a look now. Odd - did I fail to push a final fixup before the merge?
>
> Confirmed - yet I'm confused, as I'm pretty sure I remember Travis
> passing with this, and just not updating the github issue. It was a
> while ago.
>
> Upon examining my local history, it looks like a case of "Oh, I should
> also make this one minor fix that can't break anything just before I push".
>
> Right.
>
> I've pushed a fix.
>
>
>
>
>
>
>
> BTW, I had to apply the attached diff to get the driver to build with my
> ant 1.9.2, packaged in Fedora 20 .
>
> The usual approach of popping maven-ant-tasks.jar in lib/ and running:
>
>  ant -lib lib
>
> or
>
>  ant -lib lib/maven-ant-tasks.jar
>
> was not effective, and still failed with:
>
> $ ant -lib lib clean
> Buildfile: /home/craig/projects/pgjdbc/build.xml
>
> BUILD FAILED
> /home/craig/projects/pgjdbc/build.xml:110: 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/ant/lib
>        -/home/craig/.ant/lib
>        -a directory added on the command line with the -lib argument
>
>
> ... even though:
>
>
> ant -lib lib clean -diagnostics
>
> showed that maven-ant-tasks.jar was on the classpath, and unpacking the
> jar showed that it contained the required antlib.xml that ant -v was
> looking for:
>
> [antlib:org.apache.maven.artifact.ant] Could not load definitions from
> resource org/apache/maven/artifact/ant/antlib.xml. It could not be found.
>
>
> Weird. I don't think I had this issue last time around.
>
> --
> Craig Ringer                   http://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Training & Services
> <build.xml.diff>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc


Вложения

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: [DOCS] JDBC documentation - issue report
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: [DOCS] JDBC documentation - issue report