From 2d216118986115bf309c050cd841bbe8b62b80b3 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 25 Oct 2012 00:05:02 +0200 Subject: Updated the setup test environment tasks in the build script to produce eclipse launch targets IF the project has been treated as eclipse project ('.project' is present). --- build.xml | 33 ++++++++++++++++++++++----------- buildScripts/eclipse-run-tests.template | 2 +- 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/build.xml b/build.xml index 600552c3..99960bd2 100644 --- a/build.xml +++ b/build.xml @@ -278,8 +278,6 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - - - - - - @@ -329,6 +318,24 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + + + + + + + + + + + + + @@ -338,8 +345,10 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + Tests will now run against OpenJDK6 + @@ -349,8 +358,10 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + Tests will now run against OpenJDK7 + diff --git a/buildScripts/eclipse-run-tests.template b/buildScripts/eclipse-run-tests.template index 4296d372..1e23baa0 100644 --- a/buildScripts/eclipse-run-tests.template +++ b/buildScripts/eclipse-run-tests.template @@ -15,5 +15,5 @@ - + -- cgit