aboutsummaryrefslogtreecommitdiff
path: root/deps
AgeCommit message (Collapse)Author
2009-11-26Major restructuring+adding testsRoel Spilker
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-10-18Roel applied the patches I sent in for fixes to spi to the official spi jar, ↵Reinier Zwitserloot
so the custom rolled version that used to be checked in (-pre) is no longer needed, we're now on the official spi-0.2.4.jar.
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-13Removes some deps you don't actually need.Reinier Zwitserloot
2009-10-10We need to patch some code in a new eclipse plugin, so, added it to the deps.Roel Spilker
2009-10-07Merge branch 'lombokpatcher'Reinier Zwitserloot
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.
2009-10-06make git store an empty dirReinier Zwitserloot
2009-09-23Spi is now used to find transformers (code that knows how to patch 1 ↵Reinier Zwitserloot
specific eclipse class).
2009-07-26Added changelog tracking.Reinier Zwitserloot
2009-07-18Needed for publish target in ant scriptRoel Spilker
2009-07-17Added the openjdk6 tools.jar to the deps dir.Reinier Zwitserloot
2009-07-17Moved java2html.jar because naming a directory that doesn't contain built ↵Reinier Zwitserloot
material 'build' was just stupid.
2009-07-17Moved lib/javadoc/java6/package-list to deps, because its not a runtime ↵Reinier Zwitserloot
dependency.
2009-07-05More documentation.Reinier Zwitserloot
2009-06-16Implemented a lot of stuff for javac, but we ran into 2 major issues still ↵Reinier Zwitserloot
to be implemented: 1. The visit mode of a lombok handler (does not trigger off of annotations, instead sees every field, method, type, and statement), needs to be coded, 2. triggering off of annotations via APT's annotation handling system skips method-local classes. We'll need to recode this via an AST visitor like we need for issue #1 Other than that, triggering off of annotations works swimmingly!
2009-06-14Added support to generate errors, both on specific nodes in an AST ↵Reinier Zwitserloot
(generified code in HandlerLibrary for unintelligible annotation param values), and more severe general errors for eclipse's error log. Also unrolled the foreach loop on ServiceLoader, because any given .next() call can throw a ServiceLoaderError, which we now handle somewhat more nicely.
2009-06-12Filled out the deps and lib system with separate dirs for the agent and ↵Reinier Zwitserloot
lombok proper, and moved spi into lombok's lib path.
2009-06-08Initial commit. As a proof of concept, it already works in javac and eclipse!Reinier Zwitserloot