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 20:24:25
Message-ID: CAMkU=1wgoDafEQHjWftzXnwqfh5hfHiUphTt6PPOX7a7ZCYpAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Indeed, the and was the problem. Even with a newer version installed, and
specifically invoked, ant seems to go quite far out of its way to use the
older version instead. I had to use --noconfig to get it to stop doing
that:

PATH=~/apache-ant-1.9.3/bin:$PATH ant --noconfig -lib lib

Now it works.

But is not actually the version of ant, because if I download 1.7.1 from
apache and run it as above, that works as well. It seems to be something
that the distributions have done. The distributions I tested where
CentOS6.5
and Amazon Linux AMI 2014.03.1 - ami-fb8e9292 (64-bit).

Since it isn't the ant version problem, I don't know what could be added to
the README to help people.

Cheers,

Jeff

On Mon, Apr 21, 2014 at 12:18 PM, Dave Cramer <pg(at)fastcrypt(dot)com> wrote:

> Hmmm possibly the version then. I have 1.9.3
>
> Dave
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Dunstan 2014-04-23 02:36:22 Re: Postgres jdbc build broken with plain ant since e7c2c93
Previous Message Dave Cramer 2014-04-21 19:18:09 Re: Postgres jdbc build broken with plain ant since e7c2c93