Changeset: b5ff98eacb5f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b5ff98eacb5f
Modified Files:
        java/tests/build.xml
Branch: Jul2015
Log Message:

Force Java version number when compiling.


diffs (20 lines):

diff --git a/java/tests/build.xml b/java/tests/build.xml
--- a/java/tests/build.xml
+++ b/java/tests/build.xml
@@ -31,6 +31,7 @@ Copyright 1997 - July 2008 CWI, August 2
     
value="jdbc:monetdb://localhost/?user=monetdb&password=monetdb${debug}" />
   <property name="jdbctests-jar"
     value="${jardir}/jdbctests.jar" />
+  <property name="jvm.version" value="1.7"/>
 
   <!-- Prepares the build directory -->
   <target name="prepare">
@@ -46,6 +47,8 @@ Copyright 1997 - July 2008 CWI, August 2
       debug="true"
       optimize="false"
       includeantruntime="false"
+      source="${jvm.version}"
+      target="${jvm.version}"
       >
       <include name="**/*.java" />
       <classpath>
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to