From 8bb1542acb4e0c3a10396babe265b16a5e9d0dfd Mon Sep 17 00:00:00 2001 From: Robbert Jan Grootjans Date: Fri, 8 Mar 2013 16:51:29 +0100 Subject: Test setup for JDK8 support. Only Oracle provides builds for JDK8 atm, and there is no OpenJDK build, so the setup is slightly different. Files have to be copied manually from an installed JDK. For comparison purposes, an Oracle JDK7 option has been added too. This should be removed before merging to master. --- build.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/build.xml b/build.xml index 99960bd2..dc8c89f1 100644 --- a/build.xml +++ b/build.xml @@ -363,6 +363,30 @@ the common tasks and can be called on to run the main aspects of all the sub-scr Tests will now run against OpenJDK7 + + + + + + + + + Tests will now run against Oracle JDK7 + + + + + + + + + + + + + Tests will now run against Oracle JDK8 + + ERROR: No test environment set up. -- cgit