Mercurial > hg > monetdb-java
diff build.xml @ 747:342fc48c95cd
Extend makefile with targets: jre17jars and testsjar
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 08 Mar 2023 19:59:10 +0100 (2023-03-08) |
parents | aeb268156580 |
children | a80c21fe7bb2 |
line wrap: on
line diff
--- a/build.xml +++ b/build.xml @@ -36,21 +36,11 @@ Copyright 1997 - July 2008 CWI, August 2 <property file="build.local.properties" /> <property file="build.properties" /> - <!-- - - 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, hannes@cwi.nl - - Update: cross-compile for JVM 1.7 since 1.5 and 1.6 are both long - since EOL. - 2015-07-16, sjoerd@acm.org - + <!-- Update: cross-compile for JVM 8 (=1.8), profile compact2 2020-02-12, martin.van.dinther@monetdbsolutions.com + --> - --> <property name="jvm.version" value="8" /> <property name="jre.version" value="jre8" /> <property name="javac.flags" value="-source 8" />