Age | Commit message (Collapse) | Author |
|
to use an absolute path for location of lombok.jar:
java -Dlombok.installer.fullpath -jar lombok.jar
There have been some reports that under helios the relative path no longer cuts it, but all reports come from tweaked installs. In case folks run into this, we can now give them a quick solution.
See: http://groups.google.com/group/project-lombok/browse_thread/thread/2071edd5495a8cd7
|
|
|
|
|
|
- when manually specifying paths via the command line installer, each location would get installed/uninstalled twice, and errors would occur if you provided paths with no known IDEs
- fixed a problematic earlier checkin regarding STSFinder; now STSFinder looks in all the appropriate spots.
|
|
eclipse, was just a matter of updating the installer.
Any future tools that are based on eclipse (and eclipse's JDT) should be very easy to add to the installer now.
|
|
dialog of the installer. This was by design before (you pick the executable), but issue #76 convinced me the past design was stupid.
|
|
all 3 platforms!
|
|
backslash-space doesn't work in windows.
|
|
|
|
information about and generate lombok-runtime.jar, fleshed out the 'install' and 'uninstall' command line tools.
|
|
|
|
lombok.jar proper. Currently used only by 'delombok'.
|
|
bits are JVM1.6) being interdependent and causing implicit compilation warnings.
Also added source="1.x" to all ant file javac targets, as apparently this needs to be there when compiling with JDK7.
|
|
java -jar lombok.jar delombok (args)
|
|
|