Age | Commit message (Collapse) | Author |
|
|
|
win|win32|win64|windows, on a word break.
|
|
|
|
against situations in which lombok can't possibly work, since there is not enough of eclipse on the classpath. Major example of this is when we are called through jsps in the eclipse help.
Also added an extra check before the patchval is performed by checking if previous patch calls failed in TransformEclipseAST.
This fixes Issue #207.
|
|
eclipse-like executable patterns. Probably fixes issue #196
|
|
platforms
|
|
Solves issue 210.
|
|
and netbeans has supported lombok as a plain annotation processor for quite a while now.
|
|
_only_ let you choose directories, which is problematic for e.g. netbeans. Now you can pick any app, which isn't right either, but the mac's deplorable java filechoosers are to blame for this. I can't fix it, tried everything. This will have to do.
|
|
pre 6.8: Error explaining lombok isn't supported pre 6.8.
6.8: Install.
post 6.8: Explain its no longer needed + how to make lombok.jar work in 6.9.
|
|
|
|
which is not possible in windows, the GUI would hang after telling you about the problem. It no longer does this. It will also remove itself from the INI file BEFORE removing itself, because then the uninstall process is more likely to do what you want, and it'll detect the situation of either trying to install itself (which it skips, no point), or uninstalling itself (which, if it leads to a problem in windows, now leads to a customized error message explaining what the user is to do next).
Fixes issue #57.
|
|
|
|
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)
|
|
|