diff options
Diffstat (limited to 'buildScripts/create-intellij-project.ant.xml')
-rw-r--r-- | buildScripts/create-intellij-project.ant.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/create-intellij-project.ant.xml b/buildScripts/create-intellij-project.ant.xml index 54594206..33c1e449 100644 --- a/buildScripts/create-intellij-project.ant.xml +++ b/buildScripts/create-intellij-project.ant.xml @@ -29,7 +29,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede <echo>NOT IMPLEMENTED: The project should optimally be configured as a java1.6, using the rt.jar in lib/openjdk6_rt.jar as boot basis, to ensure lombok remains 1.6 compatible.</echo> <echo>NOT IMPLEMENTED: Ability to run tests targeted at a specific jvm/javac/ecj/eclipse release; the relevant entrypoint test classes are lombok.RunBaseAndJavacTests and lombok.RunEclipseTests - you can run the eclipse tests even on intellij; an eclipse installation is not required.</echo> <echo>NOT SURE: The annotation processor system that automatically generates the services files has been changed. This AP is now internal to the project, - the source files for it are in `src/spiProcessor`, and a build of this is now in `build/spiProcessor.jar` - you may have to manually add it, though I'm not + the source files for it are in `src/spiProcessor`, and a build of this is now in `dist/spiProcessor.jar` - you may have to manually add it, though I'm not sure if you actually need it - the files generated by this processor are relevant only when running lombok itself, and if intellij accomplishes this by invoking ant, all will be well.</echo> <input>Press return to continue</input> |