Re: Postgres jdbc build broken with plain ant since e7c2c93 - Mailing list pgsql-jdbc

From Jeff Janes
Subject Re: Postgres jdbc build broken with plain ant since e7c2c93
Date
Msg-id CAMkU=1wgoDafEQHjWftzXnwqfh5hfHiUphTt6PPOX7a7ZCYpAQ@mail.gmail.com
Whole thread Raw
In response to Re: Postgres jdbc build broken with plain ant since e7c2c93  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Postgres jdbc build broken with plain ant since e7c2c93
List 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@fastcrypt.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


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Postgres jdbc build broken with plain ant since e7c2c93
Next
From: Tom Dunstan
Date:
Subject: Re: Postgres jdbc build broken with plain ant since e7c2c93