aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
AgeCommit message (Collapse)Author
2017-02-07Display changelog in installerRoel Spilker
2016-11-21Test launch filest should only use exported dependencies from other projectsRoel Spilker
2016-11-21Merge branch 'feature/var' of https://github.com/bulgakovalexander/lombok ↵Roel Spilker
into bulgakovalexander-feature/var
2016-11-07[issue #1218] Annotation Processors that have an (internal) dependency on ↵Roel Spilker
ecj (google's dagger project has this, don't know of any others), when run inside eclipse, bombs with a LinkageError. Fixed.
2016-10-31added var.htmlBulgakov Alexander
2016-05-06Added support for JBoss Logging v3.3.0-Final via @JBossLog [Issue #1103]Thomas Darimont
2015-12-18use https://repo1.maven.org/maven2 instead of http://repo2.maven.org/maven2Roel Spilker
2015-11-17have the generated test runtargets works well with shadowloader so we can debugRoel Spilker
2015-10-02Modify createEclipseLaunchForTestEnvironment to generate a launch fileDawid Rusin
that also out-of-the-box can run the ecj tests
2015-08-19Some documentation fixed discovered as we released 1.16.6Reinier Zwitserloot
2015-05-02Change markdownj project website from code.google.com to github.comRoel Spilker
2015-05-02Change http://projectlombok.org to https://projectlombok.orgRoel Spilker
2015-04-08Updated to patcher 0.20 with updates for bugs where you’d type a quote and ↵Reinier Zwitserloot
then eclipse would hang.
2015-04-02[i802] working on eclipse mars support; this needs a few updates to ↵Reinier Zwitserloot
integration with patcher.
2015-02-04copyright header updates for web docs.Reinier Zwitserloot
2015-02-02added impl for @UtilityClass.Reinier Zwitserloot
2015-02-02[i702] findbugs suppress warnings now available via config key.Reinier Zwitserloot
2015-01-26documentation for @Singular.Reinier Zwitserloot
2015-01-21Fix for the eclipse launch targets for testing (they didn't work on windows).Roel Spilker
2015-01-21* Fixed running ecj tests within eclipseReinier Zwitserloot
2015-01-12added guava as a test dep.Reinier Zwitserloot
2014-12-04upgraded to the appropriate tandem-developed version of lombok.patcherReinier Zwitserloot
2014-07-01moved buildsystem towards new server model.Reinier Zwitserloot
2014-07-01[trivial] bugfix in a build script that still looked for the uploadkey of ↵Reinier Zwitserloot
the old release system.
2014-06-25deployEdge has now been fixed to the new server model. The rest of the ↵Roel Spilker
deploy tasks still need fixing though.
2014-06-10switched publishing model away from a googlecode download and onto a ↵Reinier Zwitserloot
projectlombok.org hosted download.
2014-05-22upgraded to lombok.patcher 1.15 to fix bug 670.Reinier Zwitserloot
2014-05-21New year in documentationRoel Spilker
2014-05-21Fix website re. DelegateRoel Spilker
2014-05-12patcher upgrade for issue 666.Reinier Zwitserloot
2014-05-04thoroughly updated the launch targets for testing lombok in eclipse;Reinier Zwitserloot
they should now be able to handle running JDK8 etc tests. CAREFUL: You MUST name your JDK8 'JavaSE-1.8' or it won't work. Also added a basic test for JDK8 features.
2014-05-01some pretty significant changes to the build system, to try and add testing ↵Reinier Zwitserloot
against ecj8 to the lineup, and to force compilation with the bootstrap classpath of JDK6 so that we won't accidentally add deps on things that JVM6es don't have.
2014-04-02[#655] Switched to ASM5 to support -target 1.8 classes.Reinier Zwitserloot
2014-03-04[configuration] Merge branch 'master' as we work on configuration.Reinier Zwitserloot
* Conflict due to adding topic() feature to logger in master, and 'field name' feature in config branch. * master has since updated to shiny new eclipse dep versions and the 'ant eclipseForDebugging' feature, but this branch added deps. Addressed that. * Renamed 'loggerCategory' to 'loggerTopic'. I know, that wasn't exactly right to do in a merge, but, there you have it. * Test infrastructure changed in configuration branch, and tests had been added in master branch. Conflicts: build.xml buildScripts/ivy.xml src/core/lombok/eclipse/handlers/HandleLog.java src/core/lombok/extern/apachecommons/CommonsLog.java src/core/lombok/extern/java/Log.java src/core/lombok/extern/log4j/Log4j.java src/core/lombok/extern/log4j/Log4j2.java src/core/lombok/javac/handlers/HandleLog.java test/transform/resource/after-ecj/ValInTryWithResources.java
2014-03-01yet another patcher-sourced fix, heh. Version-a-day!Reinier Zwitserloot
2014-03-01Updated to new patcher to get rid of JNA dep.Reinier Zwitserloot
2014-02-27Fixed debug template for LombokizedEclipse, and added 'local' option for ↵Reinier Zwitserloot
lombok.patcher.
2014-02-27Fixed lombok support in eclipse 4.4 ('luna').Reinier Zwitserloot
2014-02-25yet another (much better) attempt at fixing the deadlock issue. Again all ↵Roel Spilker
the work is in lombok.patcher, this is just updating the deps.
2014-02-24Another shot in the dark to fix deadlock issues with eclipse and build ↵Roel Spilker
plugins, issue #645 and issue #531. The actual fix is in lombok.patcher, this is just a dep update to use v0.8 of lombok.patcher which is the real shot in the dark.
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