This buildfile is part of projectlombok.org. It responsible for downloading, updating, and setting up the eclipse modules that are useful to have when working on lombok's eclipse integration. It's optional.
Do you want me to create an eclipse debug target so you can launch a second eclipse, lombok-ized, in the eclipse debugger?
Do you want me to grab from CVS the 3.5 version of org.eclipse.jdt.core?
Lombok integrates with this eclipse module often, and you should grab it if you're going to work on lombok's eclipse integration.
Do you want me to grab from CVS the 3.5 version of org.eclipse.jdt.ui?
Lombok integrates with this eclipse module often, and you should grab it if you're going to work on lombok's eclipse integration.
Do you want me to grab from CVS the 3.5 version of org.eclipse.core.runtime?
Interacting with the filer and messager (for errors and warnings) requires core.runtime, as well as interacting with modules.
You may not need it unless you're going to work on those areas.
Do you want me to grab from CVS the 3.5 version of org.eclipse.ltk.core.refactoring?
Unless you're going to work with lombok's patching of the refactor scripts, you won't need it.
Do you want me to grab from CVS the 3.5 version of org.eclipse.equinox?
Unless you're going to work on lombok.patcher's OSGi integration, you won't need this.
WARNING: This project is enormous (350MB) and takes like an hour to check out. You should answer no unless you _really_ want it.
eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace.eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace.eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace.eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace.eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace.
---------------------------
Launch target configured; it should show up in your eclipse under the debug menu as "LombokizedEclipse".
It does NOT hot-code-replace on lombok itself - you'll need to run 'ant dist' every time you want to use it. This is an unavoidable shortcoming of java agents. You can, however, breakpoint and step through your eclipse this way.
---------------------------