aboutsummaryrefslogtreecommitdiff
path: root/experimental
AgeCommit message (Collapse)Author
2011-08-15Changed dep name of 'javac' into 'javac6' and added 'javac7', mostly for ↵Reinier Zwitserloot
contrib purposes (we still compile against javac6, but having javac7 around for testing and such is nice).
2011-08-11Got delombok to work with JDK 1.7.peichhorn
For now PrettyCommentsPrinter is not able to print new features like JCTypeUnion, but first tests indicate that besides this it works just fine.
2010-07-12Changed build system to ivy.Reinier Zwitserloot
2010-04-24Keeping pace with changes to lombok.patcher.Reinier Zwitserloot
2009-11-24Added more thorough support for detecting we're running as an annotation ↵Reinier Zwitserloot
processor on an unsupported platform, even giving useful suggestions about what you're doing wrong when we detect you're trying to do this on eclipse. Fixes ticket #53
2009-10-18Configured warnings and solved some.unknown
2009-10-17Due to a bug in ant task 'scp' which apparently doesnt resolve relative ↵Reinier Zwitserloot
paths correctly, path to key file is done via property now.
2009-10-17[TRIVIAL]Reinier Zwitserloot
2009-10-17Fixes to the buildScripts, and disableCheckedExceptions now works.Reinier Zwitserloot
2009-10-16The old 'disableCheckedExceptions' branch wasn't a particularly nice ↵Reinier Zwitserloot
distribution/storage model of experimental features. For example, it was hopelessly out of date. Redesigned to a separate experimental directory, along with new build scripts, and rewrite it to the new lombok.patcher model. Unfortunately it doesn't actually work, just yet. Seems to do nothing at all.