diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-10-23 11:19:12 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-10-23 11:19:12 +0200 |
commit | 10085d5f2a01cfefd9709b4745e58d8191a924d5 (patch) | |
tree | a2bcd5f192a90e8e61d04c1127c4e78bdb8e728d | |
parent | bde859c8532ae9cc99e1080fd9d27a945b1f68de (diff) | |
download | lombok-10085d5f2a01cfefd9709b4745e58d8191a924d5.tar.gz lombok-10085d5f2a01cfefd9709b4745e58d8191a924d5.tar.bz2 lombok-10085d5f2a01cfefd9709b4745e58d8191a924d5.zip |
Typo fixes in build.xml
-rw-r--r-- | build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -354,17 +354,17 @@ the common tasks and can be called on to run the main aspects of all the sub-scr </target> <target name="-failIfNoTestEnvironmentProperties" unless="test.location.javac"> - <fail unless="test.location.javac">ERROR: No test environment set up. + <fail>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: |