Master branch compile error using 1.5 spec.

From: Jeremy Whiting <jwhiting(at)redhat(dot)com>
To: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Master branch compile error using 1.5 spec.
Date: 2014-01-22 11:04:48
Message-ID: 52DFA5D0.7000901@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,
Just to report I am getting a compile error on master branch. Using
this combination of command line arguments.

$ ant -Djava.specification.version=1.5 clean compile
....
[javac] 18 errors
[javac] 1 warning

The full list of compilation errors are in the attached file.

Shall I create an issue on GitHub to track this ?

Regards,
Jeremy

$ java -version
java version "1.7.0_51"
OpenJDK Runtime Environment (fedora-2.4.4.0.fc19-x86_64 u51-b02)
OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
$ ant -version
Apache Ant(TM) version 1.9.2 compiled on July 8 2013
$ uname -a
Linux f19lite 3.12.8-200.fc19.x86_64 #1 SMP Thu Jan 16 04:18:11 UTC 2014
x86_64 x86_64 x86_64 GNU/Linux

Attachment Content-Type Size
pg-jdbc-master-1-5-compile-errors.txt text/plain 10.2 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jeremy Whiting 2014-01-22 19:11:49 Re: Performance improvement proposal. Removal of toLowerCase calls. PR
Previous Message Charles Pritchard 2014-01-20 23:51:57 Re: revisiting unix domain sockets