aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
AgeCommit message (Collapse)Author
2018-03-11Website updated to list supporters on the website.Reinier Zwitserloot
2018-02-06[compiling] running the ant compile job now no longer emits any warnings. ↵Reinier Zwitserloot
Each warning that was emitted has been addressed, or analysed and suppressed.
2018-01-09Updated copyright notices to 2018.Reinier Zwitserloot
2017-12-12build script for edge release updatedReinier Zwitserloot
2017-12-12Updated to new in ivy++ scp/ssh tasks.Reinier Zwitserloot
2017-11-28updated lombok.patcher dep.Reinier Zwitserloot
2017-11-06Fixed `ant test-ecj`Reinier Zwitserloot
2017-11-06Updated to ivy++ v1.22 in order to allow compiling stuff with ecj; j9 no ↵Reinier Zwitserloot
longer supports 1.4/1.5 but we need it to continue to compile patchtargets for eclipse.
2017-10-26Removed flash-based video player; these days, who needs it, right?Reinier Zwitserloot
2017-10-26website-only now available.Reinier Zwitserloot
2017-06-13The way download-edge makes the HTML page for the edge release completely ↵Reinier Zwitserloot
rewritten.
2017-06-13All references in javadoc to projectlombok.org URLs now use the canonical URL.Reinier Zwitserloot
2017-06-13htaccess dynamically generated to canonicalize all web requests.Reinier Zwitserloot
2017-05-29Final touches to the new website:Reinier Zwitserloot
* htaccess for ‘nice looking’ URLs. * download-edge overwritten upon stable releases. * fixes to the build system. * Added google analytics pagetracker.
2017-05-29website build script updated to work with new template based website.Reinier Zwitserloot
2017-05-29The great rename: the old ‘website’ is now ‘website-old’, and ↵Reinier Zwitserloot
‘website2’ is now ‘website’.
2017-05-29Updated just about all of the pages to the template-based redesign.Reinier Zwitserloot
Added ajaxified loading for feature pages.
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