aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/website.ant.xml
AgeCommit message (Collapse)Author
2021-01-28[versioning] pre-release version bump of the changelog as wellReinier Zwitserloot
2020-12-04[build] build is now far less unreliableReinier Zwitserloot
Tiered compilation used to dump every stage into the same build dir, and included that dir on the classpath, which means any ordering issues introduced into a build aren't going to result in a failed build, thus breaking the build for everybody except those who already had a working lombok in their build dir before starting a build. The opposite of bootstrapping, in other words. Fixed by having each stage build into its own private stage phase.
2020-08-28[build] added ant website.openReinier Zwitserloot
this serves the site locally and opens your browser
2020-06-25[build] [mapstructBinding]Reinier Zwitserloot
2020-06-23[build] rewriting the build systemReinier Zwitserloot
2020-02-28[eclipse-p2] create a p2 eclipse update siteReinier Zwitserloot
2019-08-22Use dynamic year-value for JavaDoc-CopyrightJan Matèrne
2019-03-25[javadoc] new javadoc tools, new boneheaded mistakes. Seemingly nobody gives ↵Reinier Zwitserloot
a toss about this tool over at oracle? Used some hacks to work around the worst offenses.
2018-12-18Serve dependencies instead of using a CDN. Fixes #1964.Roel Spilker
2018-09-10Fully integrating ‘ant edge-release’ to include updating the site, our ↵Reinier Zwitserloot
mavenrepo on projectlombok.org, and the branch on git.
2018-09-10[website] some work on releasing edge and updating git.Reinier Zwitserloot
2018-09-04running the edge-release task also sets the git tag now.Reinier Zwitserloot
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-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-02-07Display changelog in installerRoel Spilker
2016-10-31added var.htmlBulgakov Alexander
2015-08-19Some documentation fixed discovered as we released 1.16.6Reinier Zwitserloot
2015-05-02Change http://projectlombok.org to https://projectlombok.orgRoel Spilker
2015-02-04copyright header updates for web docs.Reinier Zwitserloot
2015-02-02added impl for @UtilityClass.Reinier Zwitserloot
2015-01-26documentation for @Singular.Reinier 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-05-21New year in documentationRoel Spilker
2014-05-21Fix website re. DelegateRoel Spilker
2013-07-18Upyeared the copyright notice in the generated javadoc.Roel Spilker
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-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-08-13prettying up the pre/post examples for FieldDefaults and ExtensionMethodReinier Zwitserloot
2012-08-13Documentation for @Value, @FieldDefaults, @WitherReinier Zwitserloot
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
2011-12-19Added building lombok-utils to build file.Reinier Zwitserloot