This buildfile is part of projectlombok.org. It is the main entry point that contains
the common tasks and can be called on to run the main aspects of all the sub-scripts.
A new version of ivyplusplus was required and has been downloaded. Rerun the script to continue.
Lombok version: ${lombok.version} (${lombok.fullversion})
lombok.launch.AnnotationProcessorHider$AnnotationProcessor
lombok.launch.AnnotationProcessorHider$ClaimingProcessor
lombok.launch.AnnotationProcessorHider$AstModificationNotifier
${releaseTimestamp}
To add your eclipse installation's own plugins as dependencies, the build script needs to know where your eclipse is installed. Please enter this now (it's saved for future executions of this task). For example:
/Applications/eclipse
C:\Program Files\eclipse
Eclipse can't be found in this location; I expect that directory to contain a subdirectory called 'plugins'.
You do not have the eclipse plugin '${pluginName}'. I expected it to be in your eclipse plugins directory (followed by an underscore and a version number).
Added to project classpath from your eclipse installation: ${pluginName}.
${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'.
Tests will now run against OpenJDK6
Tests will now run against OpenJDK7
Tests will now run against Oracle JDK7
Tests will now run against Oracle JDK8
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 include an ecj and/or eclipse to test against.
You can let this ant script set them up for you:
* ant setupJavaOpenJDK6TestEnvironment
* ant setupJavaOpenJDK7TestEnvironment
* ant setupJavaOracle7TestEnvironment
* ant setupJavaOracle8TestEnvironment
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:
* test.location.javac = /path/to/javac6.jar
* test.location.ecj = /path/to/ecj6.jar
* test.location.bootclasspath = /path/to/rt.jar
* test.location.name = RandomUsefulNameToIdentifyThisSetup
* test.javaversion = 6
All tests successful.
Lombok - ]]>v${lombok.version}
Copyright © 2011-2015 The Project Lombok Authors, licensed under the MIT licence.]]>
The artifact has been published to staging. Now go to https://oss.sonatype.org/ and log in as Reinier, then doublecheck if all is well and 'release' it.
Aborted.
org.projectlombok.testAp.TestAp
Running in order: First Lombok, Then testAP
Running in order: First TestAP, Then Lombok