From d41f1b5d3f08b663e4f75b52107d52b19ccf20e5 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Wed, 29 Jul 2015 22:00:30 +0200 Subject: have the generated test runtargets works well with shadowloader so we can debug --- build.xml | 1 + buildScripts/eclipse-run-tests.template | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index e157632b..b562fcb4 100644 --- a/build.xml +++ b/build.xml @@ -487,6 +487,7 @@ ${sourceWarning} + WARNING: If you wish to test JDK8 features in eclipse, there must be a JDK8 installation configured in your eclipse, and it must be called 'JavaSE-1.8'. diff --git a/buildScripts/eclipse-run-tests.template b/buildScripts/eclipse-run-tests.template index 06bc22b7..530341ab 100644 --- a/buildScripts/eclipse-run-tests.template +++ b/buildScripts/eclipse-run-tests.template @@ -26,5 +26,5 @@ - + -- cgit