Re: JDBC build broken by commit 9f9019b

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Stephen Nelson <stephen(at)eccostudio(dot)com>, PostgreSQL mailing lists <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC build broken by commit 9f9019b
Date: 2014-08-25 10:54:53
Message-ID: 53FB15FD.2010206@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 08/20/2014 08:10 PM, Stephen Nelson wrote:
> This has been reported by another user of Fedora but I was unable to
> recreate myself. Could you confirm the jar isn't corrupted in any way by
> running:
>
> jar tf lib/maven-ant-tasks-2.1.3.jar
>
> Stephen

No errors.

For comparison:

$ md5sum lib/maven-ant-tasks-2.1.3.jar
7ce48382d1aa4138027a58ec2f29beda lib/maven-ant-tasks-2.1.3.jar
$ jar tf lib/maven-ant-tasks-2.1.3.jar | wc -l
975
$ du -b lib/maven-ant-tasks-2.1.3.jar
1316000 lib/maven-ant-tasks-2.1.3.jar

with:

$ ant -version
Apache Ant(TM) version 1.9.2 compiled on September 12 2013

$ lsb_release -a
LSB Version:
:core-4.1-amd64:core-4.1-ia32:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-ia32:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-ia32:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: Fedora
Description: Fedora release 20 (Heisenbug)
Release: 20
Codename: Heisenbug

$ java -version
java version "1.7.0_65"
OpenJDK Runtime Environment (fedora-2.5.1.3.fc20-x86_64 u65-b17)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)

$ rpm -q ant
ant-1.9.2-7.fc20.noarch

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Edson Richter 2014-08-25 14:34:39 JDBC obey deadlock timeout?
Previous Message Glenn Holmer 2014-08-24 14:50:11 Re: Statement.ececuteUpdate() closes ResultSet obtained from same Statement