Re: Postgres jdbc build broken with plain ant since e7c2c93

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: Dave Cramer <pg(at)fastcrypt(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 19:16:48
Message-ID: CAMkU=1xwYKzFKa6E4pR-91t=L0Q4Ldq0syD5qdeprPjpWhO0BA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

That library is present:

$ md5sum lib/maven-ant-tasks-2.1.3.jar
7ce48382d1aa4138027a58ec2f29beda lib/maven-ant-tasks-2.1.3.jar

And running strace -f on the 'ant -lib lib' process shows that it is
getting opened and read.

Also, I've installed the latest ant and still no luck.

Cheers,

Jeff

On Mon, Apr 21, 2014 at 11:42 AM, Dave Cramer <pg(at)fastcrypt(dot)com> wrote:

> 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 Dave Cramer 2014-04-21 19:18:09 Re: Postgres jdbc build broken with plain ant since e7c2c93
Previous Message Dave Cramer 2014-04-21 18:42:27 Re: Postgres jdbc build broken with plain ant since e7c2c93