Changeset: c4cf2b7cbdc3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c4cf2b7cbdc3 Modified Files: java/ChangeLog.Jul2015 java/build.xml Branch: Jul2015 Log Message:
Compile for Java 1.7, using Java 1.8. diffs (31 lines): diff --git a/java/ChangeLog.Jul2015 b/java/ChangeLog.Jul2015 --- a/java/ChangeLog.Jul2015 +++ b/java/ChangeLog.Jul2015 @@ -1,3 +1,7 @@ # ChangeLog file for java # This file is updated with Maddlog +* Thu Jul 16 2015 Sjoerd Mullender <[email protected]> +- We now compile the Java classes using the latest Java 1.8 version, and + we tell it to compile for Java 1.7. + diff --git a/java/build.xml b/java/build.xml --- a/java/build.xml +++ b/java/build.xml @@ -51,10 +51,14 @@ Copyright 2008-2015 MonetDB B.V. Cross-compile for JVM 1.5 ("Java 5"). This allows the driver to work with older java installations. see also https://blogs.oracle.com/darcy/entry/bootclasspath_older_source for details on the error message w.r.t rt.jar to get around this issue, the -Xlint:-options compiler option has also been addded. - 2013-04-17, [email protected] + 2013-04-17, [email protected] + + Update: cross-compile for JVM 1.7 since 1.5 and 1.6 are both long + since EOL. + 2015-07-16, [email protected] --> - <property name="jvm.version" value="1.5" /> + <property name="jvm.version" value="1.7" /> <property name="javac.flags" value="-Xlint:-options" /> <!-- full target --> _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
