From 7079271802176caea4404fc7c80b4656346a2402 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 4 May 2014 10:33:55 +0200 Subject: thoroughly updated the launch targets for testing lombok in eclipse; they should now be able to handle running JDK8 etc tests. CAREFUL: You MUST name your JDK8 'JavaSE-1.8' or it won't work. Also added a basic test for JDK8 features. --- buildScripts/eclipse-run-tests.template | 41 ++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 16 deletions(-) (limited to 'buildScripts/eclipse-run-tests.template') diff --git a/buildScripts/eclipse-run-tests.template b/buildScripts/eclipse-run-tests.template index 1e23baa0..b7bc8b0d 100644 --- a/buildScripts/eclipse-run-tests.template +++ b/buildScripts/eclipse-run-tests.template @@ -1,19 +1,28 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit