From 10085d5f2a01cfefd9709b4745e58d8191a924d5 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 23 Oct 2012 11:19:12 +0200 Subject: Typo fixes in build.xml --- build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 960d4644..600552c3 100644 --- a/build.xml +++ b/build.xml @@ -354,17 +354,17 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - ERROR: No test environment set up. + ERROR: No test environment set up. You need to set up a test environment, which consists of a version of javac, and a JRE runtime classpath ('rt.jar'). -Eventually, this environment concept will be extended to also includes an ecj and/or eclipse to test against. +Eventually, this environment concept will be extended to also include an ecj and/or eclipse to test against. You can let this ant script set them up for you: * ant setupJava6TestEnvironment * ant setupJava7TestEnvironment -These will set up test environments based on OpenJDK6 and OpenJDK7 and some recent version of eclipse, and download all required files automatically. This will be a relatively large download. You can switch by running this command again; the downloads are cached so switching is fast. +These will set up test environments based on OpenJDK6 and OpenJDK7, and download all required files automatically. This will be a relatively large download. You can switch by running this command again; the downloads are cached so switching is fast. You can also create your own by writing a 'testenvironment.properties' file. The relevant properties are: -- cgit