aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/website.ant.xml
AgeCommit message (Collapse)Author
2012-03-22build script now contains an explicit javadoc target.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-06-20Minor tweaks to documentation updates (javadocs, website).Reinier Zwitserloot
2011-06-06Minor update to include a timestamp on the edge release download page.Reinier Zwitserloot
2011-05-03Updated buildscript to new serverReinier Zwitserloot
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
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
2010-11-06Updated documentation on @Log and moved them all to lombok.extern.*Roel Spilker
2010-11-06Updated website documentation to include @LogRoel Spilker
2010-07-20Added documentation for @RequiredArgsConstructor, @NoArgsConstructor, ↵Reinier Zwitserloot
@AllArgsConstructor, and also how these generate @ConstructorProperties annotations. Also updated @Getter and @Setter's documentation to explain their new class-level feature, and updated @Data's description to highlight how @Data is now truly nothing more than the combination of @RequiredArgsConstructor, @EqualsAndHashCode, @ToString, @Getter, and @Setter.
2010-07-12Changed build system to ivy.Reinier Zwitserloot
2009-12-21download-edge is now overwritten (to say that the stable is the latest) upon ↵Reinier Zwitserloot
a full release.
2009-12-21Fixed the changelog.html generation to be a full HTML file and not an HTML ↵Reinier Zwitserloot
snippet.
2009-12-21Added support to fully automatically upload a cutting edge build to ↵Reinier Zwitserloot
projectlombok.org, as well as a page with information about it, gathered from the changelog.
2009-11-28The licence file is now also copied into the jar, as well as to the website.Reinier Zwitserloot
2009-11-27Solved the problem in the two-phase compile (some of lombok is JVM1.5, other ↵Reinier Zwitserloot
bits are JVM1.6) being interdependent and causing implicit compilation warnings. Also added source="1.x" to all ant file javac targets, as apparently this needs to be there when compiling with JDK7.
2009-11-25Refactored the source folders.Reinier Zwitserloot
2009-10-17Fixes to the buildScripts, and disableCheckedExceptions now works.Reinier Zwitserloot
2009-10-16Fixed the buildScript for publishing and maven - working around truly ↵Reinier Zwitserloot
boneheaded design of ant.
2009-10-15Added maven-publish to the build scripts. Just about every aspect of build ↵Reinier Zwitserloot
and publish is now in the script.
2009-10-14More serious work on the build system.Reinier Zwitserloot
2009-10-13Pretty big revamp of the build script system. Downloading dependencies is ↵Reinier Zwitserloot
now done automatically by this script, which also means that e.g. lombok-patcher.jar no longer needs to be checked in.
2009-10-07build.xml was getting rather large, so its been split up into separate ↵Reinier Zwitserloot
scripts. The scripts have also gained the ability to build certain dependencies, such as lombok.patcher which is being worked on in tandem with this project, automatically. Also, the deps system has been changed slightly; the agents builds and the main lombok build now all work off of a single dependency directory. Also removed the website/publish script, as we haven't used github's project hosting for some time now.