Re: JDBC build broken by commit 9f9019b

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Christian Schlichtherle <christian(at)schlichtherle(dot)de>
Cc: PostgreSQL mailing lists <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC build broken by commit 9f9019b
Date: 2014-08-20 13:09:28
Message-ID: CADK3HHKqw4YJEM+_bA+nb80x7R2oKyBXm4QOmVe0UnERKjSQwA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Nothing needs to be done on your end
Thx,

Dave

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca

On 20 August 2014 07:57, Christian Schlichtherle <christian(at)schlichtherle(dot)de
> wrote:

> 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(at)2ndquadrant(dot)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(at)postgresql(dot)org)
> > To make changes to your subscription:
> > http://www.postgresql.org/mailpref/pgsql-jdbc
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Christophe Canovas 2014-08-20 13:39:12 Cursors removed with commit
Previous Message Stephen Nelson 2014-08-20 12:10:10 Re: JDBC build broken by commit 9f9019b