Re: Postgres jdbc build broken with plain ant since e7c2c93

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Postgres jdbc build broken with plain ant since e7c2c93
Date: 2014-04-21 18:42:27
Message-ID: CADK3HH+gKfEk9pjfA5Pn-g8bS_cQTQCsfx8Ovekbn7FkTQc9XA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

You need a library in a directory called lib

cd projects/jdbc/pgjdbc.git
Daves-iMac:pgjdbc.git davec$ ls lib
maven-ant-tasks-2.1.3.jar

It should be there if you pulled from git. It is really there to allow
travis-ci builds

Dave Cramer

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

On 21 April 2014 14:32, Jeff Janes <jeff(dot)janes(at)gmail(dot)com> wrote:

> 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
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jeff Janes 2014-04-21 19:16:48 Re: Postgres jdbc build broken with plain ant since e7c2c93
Previous Message Jeff Janes 2014-04-21 18:32:34 Re: Postgres jdbc build broken with plain ant since e7c2c93