aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
AgeCommit message (Collapse)Author
2014-02-10[deps] Updated eclipse deps to 3.9 tree. This also enables testing java7 ↵Reinier Zwitserloot
features on ecj. [Log] updated naming for @Log (topic= instead of mchmulder's 'value').
2014-02-07[eclipse debugging] a new target, 'eclipseForDebugging', which imports deps ↵Reinier Zwitserloot
from your eclipse so that line numbers etc line up with your eclipse.
2013-12-15work in progress on ProjectSearcher.Reinier Zwitserloot
2013-09-10updated SPI, it did not work in JDK8 properlyReinier Zwitserloot
2013-07-18Upyeared the copyright notice in the generated javadoc.Roel Spilker
2013-07-08possible fix for a deadlock issue 531.Reinier Zwitserloot
2013-07-08Fixed value's snippet integration (it hadn't been updated yet now that Value ↵Reinier Zwitserloot
has moved from experimental into core).
2013-06-18javac builder implementation. Passes all tests.Reinier Zwitserloot
Added toString() impl for builders in both eclipse and javac. Added all documentation, though it'll need some reviewing.
2013-05-31Added @NonNull on parameters feature (issue 514),Reinier Zwitserloot
including docs and changelog.
2013-04-23bugfix in website ant buildscript for finding the Java2HtmlTaskReinier Zwitserloot
2013-03-11Added @Log4j2 support.Reinier Zwitserloot
2013-03-11startOnFirstThread is no longer necessary on modern JVMs on mac.Reinier Zwitserloot
2013-02-18whoops, belated push and fixes to the documentation of onXReinier Zwitserloot
2012-11-17Added all documentation for the onX feature and updated changelog.Reinier Zwitserloot
Now to actually write the feature (Well, rescue it from the onX-removal tag).
2012-10-30Added annotation for the slf4j extended loggergrootjans
2012-10-25Updated the setup test environment tasks in the build script to produce ↵Reinier Zwitserloot
eclipse launch targets IF the project has been treated as eclipse project ('.project' is present).
2012-09-17If val errors out, now at least you see where it happened.Reinier Zwitserloot
2012-08-13prettying up the pre/post examples for FieldDefaults and ExtensionMethodReinier Zwitserloot
2012-08-13Documentation for @Value, @FieldDefaults, @WitherReinier Zwitserloot
2012-07-02Updated the ant version due to an issue with invalid sha1-hashes on ↵grootjans
maven-central for the 1.8.0 version
2012-06-18Added documentation for @ExtensionMethod featureReinier Zwitserloot
2012-03-27fixes for 'ant website' build target. Also fixing some errors in javadoc.Reinier Zwitserloot
2012-03-22build script now contains an explicit javadoc target.Reinier Zwitserloot
2012-01-23Give the LombokizedEclipse a bit more permgen spaceRoel Spilker
2012-01-23Test script fixesRoel Spilker
2012-01-09Updated to ASM4 final.Reinier Zwitserloot
2011-12-19Added building lombok-utils to build file.Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-08-19Fixed buildscript (onX is gone, that had to be reflected in the buildscript).Reinier Zwitserloot
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-07-18There's now 1 test suite that runs all tests, and 'ant eclipse' will make a ↵Roel Spilker
launch config that adds the appropriate -javaagent VM param to ensure the runWithEclipse tests work.
2011-06-20Minor tweaks to documentation updates (javadocs, website).Reinier Zwitserloot
2011-06-07Updated to ASM 4.0RC1 so that we can deal with java7,Reinier Zwitserloot
especially class files built with java7. Fixes issue #188
2011-06-06Minor update to include a timestamp on the edge release download page.Reinier Zwitserloot
2011-06-02ecj and jdt.core contain mostly the same classes. Its possible to get these ↵Reinier Zwitserloot
mixed up and that would be bad (SecurityExceptions as signatures don't match, and in general mixing and matching classes from different releases). Just ditching ecj should do the job.
2011-05-03Updated buildscript to new serverReinier Zwitserloot
2011-04-01Yet another eclipse mirror went down or deleted an older version. We're now ↵Reinier Zwitserloot
hosting this dependency ourselves; it was the last one we weren't already hosting. Also upped version from 3.6.0 to 3.6.2.
2011-03-22jarjar now used to make sure asm is no longer on the bootclasspath when ↵Reinier Zwitserloot
using lombok.
2011-03-18previous attempt to use more maven central repos failed, so reverted most of it.Reinier Zwitserloot
see commit 1a28ccb3471c1309357547e72a3997e1ec4c91de.
2011-03-06Replaced a bunch of deps to entries in maven central instead of self-written ↵Reinier Zwitserloot
URLs.
2011-02-28Issue 192: Add documentation for onMethod=, onParam, onConstructorgrootjans
still have to make a minor edit in the pre/post files
2011-02-07Added documentation for @Delegate. This fixes issue 189grootjans
2011-01-16updated the eclipse ecj mirrors as the belgium mirror was discontinuedgrootjans
2010-12-28Second time's the charm - fix for generating LombokizedEclipse.launch in ↵Reinier Zwitserloot
windows.
2010-11-22Ivy cache is now local to prevent cache conflict with other ivy using projects.Roel Spilker
2010-11-18Merge branch 'master' of github.com:rzwitserloot/lombokReinier Zwitserloot
2010-11-18Added documentation for val and @Getter(lazy=true) and updated docs for Log ↵Reinier Zwitserloot
and EqualsAndHashCode to reflect new lombok 0.10 features.
2010-11-18Fixed reference to java6 core javadoc package list, which we accidentally ↵Reinier Zwitserloot
removed a long long time ago in commit e693672cd44ab0e648643f4b5c24b1c177ab6c84
2010-11-16Added extra javadoc linksRoel Spilker
2010-11-15Fixed reference to java6 core javadoc package list, which we accidentally ↵Reinier Zwitserloot
removed a long long time ago in commit e693672cd44ab0e648643f4b5c24b1c177ab6c84