Re: Postgres jdbc build broken with plain ant since e7c2c93

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Postgres jdbc build broken with plain ant since e7c2c93
Date: 2014-04-21 18:32:34
Message-ID: CAMkU=1yyXVGBSouuL=vG30ek-yY1AEJPu3vOnxDmCKZYgiFZog@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, Mar 25, 2014 at 8:29 AM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com>wrote:

> On Tue, Mar 25, 2014 at 9:11 PM, Dave Cramer <pg(at)fastcrypt(dot)com>
wrote:
> > Michael,
> >
> > I added this enable travis-ci builds
> >
> > The build is now ant -lib lib ...
> >
> > I guess I need to update the README file
> Ah, thanks! I got it working.
> Yes an update of the README would be welcome.
> Regards,

I am following the new advice of "ant -lib lib", but I still get the error:

BUILD FAILED
/home/jjanes/pgsql/jdbc/github/pgjdbc/build.xml:109: Problem: failed to
create task or type antlib:org.apache.maven.artifact.ant:dependencies
Cause: The name is undefined.

Is there a known version limit on ant? I have a quite old one:
Apache Ant version 1.7.1 compiled on August 24 2010

(It is the newest one provided by CentOS repo)

Thanks for any help,

Jeff

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2014-04-21 18:42:27 Re: Postgres jdbc build broken with plain ant since e7c2c93
Previous Message Dave Cramer 2014-04-21 15:40:15 Re: How to prevent jdbc from sending any results back to the client ?