Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-08 | Added 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-02 | Fixes to the publish target. | Reinier Zwitserloot | |
2009-10-18 | Whoops - 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-17 | Slight fix to generation of SPI files during repeated builds. | Reinier Zwitserloot | |
2009-10-17 | Fixes to the buildScripts, and disableCheckedExceptions now works. | Reinier Zwitserloot | |
2009-10-16 | Fixed the buildScript for publishing and maven - working around truly ↵ | Reinier Zwitserloot | |
boneheaded design of ant. | |||
2009-10-15 | Added maven-publish to the build scripts. Just about every aspect of build ↵ | Reinier Zwitserloot | |
and publish is now in the script. | |||
2009-10-14 | More serious work on the build system. | Reinier Zwitserloot | |
2009-10-14 | Removed 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-13 | Fixes to the build script stuff | Reinier Zwitserloot | |
2009-10-13 | Pretty 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-11 | Integrated 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-10 | Updated the buildscript so missing the lombok.patcher project no longer ↵ | Reinier Zwitserloot | |
causes errors. Now it causes warnings. | |||
2009-10-07 | build.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. |