Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-13 | [close #1164] Add finder for RHDS >=10 | Josef Ludvicek | |
* add forgotten finder for RHDS * use correct location in RhdsLocationProvider | |||
2016-10-07 | Potential solution for issue #1164 | Josef Ludvicek | |
* copy Jbds* to Rhds* and replace jbdevstudio to devstudio | |||
2015-05-02 | Change http://projectlombok.org to https://projectlombok.org | Roel Spilker | |
2015-03-31 | since Eclipse Mars and the Oomph installer, the structure of eclipse on macs ↵ | Reinier Zwitserloot | |
looks different. Installer updated to account for this. | |||
2015-01-29 | Merge pull request #56 from ebraminio/master | Reinier Zwitserloot | |
Minor, put installer window on correct location | |||
2014-10-28 | Installer updated to no longer add -Xbootclasspath. | Reinier Zwitserloot | |
2014-10-19 | Minor, put installer window on correct location | Ebrahim Byagowi | |
2014-03-01 | yet another patcher-sourced fix, heh. Version-a-day! | Reinier Zwitserloot | |
2014-03-01 | Updating to new lombok.patcher 'HomeFinder'. | Reinier Zwitserloot | |
2014-02-27 | Updating some of the wording in the installer, notably any hint that this ↵ | Reinier Zwitserloot | |
thing still does anything for netbeans. | |||
2013-06-28 | allow installer to be started with lombok.installer.fullpath, that creates ↵ | Martin Goldhahn | |
proper paths on Windows | |||
2013-03-11 | Added installer support for JBoss Developer Studio which is an eclipse variant. | Reinier Zwitserloot | |
Also fixed a bug where eclipses installed in user.home weren't found automatically on windows. Also fixed a bug where STS installed in C:\Program Files (X86) wasn't found automatically. | |||
2012-07-11 | Fixed an issue where the installer tool would erroneously complain about ↵ | Reinier Zwitserloot | |
needing root access to install/uninstall lombok. | |||
2012-07-02 | Fixed issue 374: updated documentation about case insensitive checking for ↵ | Roel Spilker | |
existing methods. | |||
2012-06-29 | Don't close the stream immediately after reading the first line... | Sander Koning | |
2012-06-25 | fixed some warnings that showed up in 4.2. The warnings werent interesting, ↵ | Reinier Zwitserloot | |
though. | |||
2012-01-30 | Made LombokApp an abstract class and added isDebugTool. | Roel Spilker | |
2011-11-07 | Changed copyright notices | Roel Spilker | |
2011-06-07 | Decided to improve the windows regexp detector from 'windows' to ↵ | Reinier Zwitserloot | |
win|win32|win64|windows, on a word break. | |||
2011-06-07 | Detector regexp for windows had a pointless grouping in it. | Reinier Zwitserloot | |
2011-05-17 | Added a layer of indirection between the patched calls for delegate to guard ↵ | grootjans | |
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. | |||
2011-05-16 | EclipseLocationProvider now checks the current directory if it matches the ↵ | grootjans | |
eclipse-like executable patterns. Probably fixes issue #196 | |||
2011-05-16 | Generalized fix for Issue #210, now the installer looks recursively for all ↵ | grootjans | |
platforms | |||
2011-05-09 | Recurse directories while eclipse or sts is part of the directory name. ↵ | Roel Spilker | |
Solves issue 210. | |||
2010-11-10 | deleted netbeans agent. With the new resolution features it'll never work, ↵ | Reinier Zwitserloot | |
and netbeans has supported lombok as a plain annotation processor for quite a while now. | |||
2010-07-25 | Fixed a bug in the mac os X installer's "Choose Location..." dialog which ↵ | Reinier Zwitserloot | |
_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. | |||
2010-07-25 | Added version detection for netbeans. Installing into netbeans now does: | Reinier Zwitserloot | |
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. | |||
2010-07-24 | Uninstalling lombok from netbeans was broken in the previous installer update. | Reinier Zwitserloot | |
2010-07-24 | When the installer errors, for example because it's trying to remove itself, ↵ | Reinier Zwitserloot | |
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. | |||
2010-07-22 | Updated copyright statements and version release name. | Reinier Zwitserloot | |
2010-07-19 | Added (and left intentionally undocumented) an option to force the installer ↵ | Reinier Zwitserloot | |
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 | |||
2010-02-10 | cmdreader no longer needs @Parameterized | Reinier Zwitserloot | |
2009-12-30 | Fix for the installer crashing with NPE on line 589. | Reinier Zwitserloot | |
2009-12-12 | installer fixes: | Reinier Zwitserloot | |
- 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. | |||
2009-12-08 | Added support for SpringSource Tool Suite, which, given that its based on ↵ | Reinier Zwitserloot | |
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. | |||
2009-12-04 | Fix for issue #76: Can't select directories in the 'specify location...' ↵ | Reinier Zwitserloot | |
dialog of the installer. This was by design before (you pick the executable), but issue #76 convinced me the past design was stupid. | |||
2009-12-03 | Fixes to git auto finding on windows and unix. It seems to work fine now on ↵ | Reinier Zwitserloot | |
all 3 platforms! | |||
2009-12-02 | Fix for installation - now uses quotes instead of backslash-space, as ↵ | Reinier Zwitserloot | |
backslash-space doesn't work in windows. | |||
2009-12-02 | Massive update to how the installer works, and added netbeans to the installer. | Reinier Zwitserloot | |
2009-11-28 | Redesigned how lombok runs as a command line app, added the ability to print ↵ | Reinier Zwitserloot | |
information about and generate lombok-runtime.jar, fleshed out the 'install' and 'uninstall' command line tools. | |||
2009-11-27 | Delombok now auto-discovers and uses tools.jar from your java installation. | Reinier Zwitserloot | |
2009-11-27 | SPI-ified the 'app' concept, which lets us create little apps inside ↵ | Reinier Zwitserloot | |
lombok.jar proper. Currently used only by 'delombok'. | |||
2009-11-27 | Solved the problem in the two-phase compile (some of lombok is JVM1.5, other ↵ | Reinier Zwitserloot | |
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. | |||
2009-11-27 | Delombok now works from the command line as: | Reinier Zwitserloot | |
java -jar lombok.jar delombok (args) | |||
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot | |