aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
AgeCommit message (Collapse)Author
2009-11-08Added a findbugs ant target, along with an installDeps job to automatically ↵Reinier Zwitserloot
fetch and unpack findbugs from its sourceforge repository. Still need to figure out how to maintain a list of findbugs warnings that findbugs should be ignoring.
2009-11-02Fixes to the publish target.Reinier Zwitserloot
2009-10-18Whoops - previous includeDestClasses change actually breaks the build, as ↵Reinier Zwitserloot
the lombok/javac build triggers building everything, making lombok dependent on 1.6, which is not good for eclipse.
2009-10-17Slight fix to generation of SPI files during repeated builds.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-14Removed equinox from the I want it all script, and added an extra warning in ↵Reinier Zwitserloot
the interactive one. It takes an hour to check out!
2009-10-13Fixes to the build script stuffReinier 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-11Integrated lombok.jar and lombok.eclipse.agent.jar into one jar that ↵Reinier Zwitserloot
installs, is a javac apt processor, and an agent, all at once.
2009-10-10Updated the buildscript so missing the lombok.patcher project no longer ↵Reinier Zwitserloot
causes errors. Now it causes warnings.
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.