From 9830a2ba02bbed18f773216888bc21c1ceb15995 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 8 Nov 2009 22:09:49 +0100 Subject: Added a findbugs ant target, along with an installDeps job to automatically 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. --- buildScripts/deps/findbugs.ant.xml | 79 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 buildScripts/deps/findbugs.ant.xml (limited to 'buildScripts/deps/findbugs.ant.xml') diff --git a/buildScripts/deps/findbugs.ant.xml b/buildScripts/deps/findbugs.ant.xml new file mode 100644 index 00000000..6aeedb79 --- /dev/null +++ b/buildScripts/deps/findbugs.ant.xml @@ -0,0 +1,79 @@ + + + +This buildfile is part of projectlombok.org. It responsible for finding, downloading, and updating findbugs. + + + + + + + + + + + + Downloading findbugs v1.3.9 from sourceforge... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +You don't have the findbugs dependency. If you want to run the 'ant findbugs' task to run findbugs on the lombok sources, you'll need it. Otherwise, you can skip it. If you want me to do so, I will download findbugs now and unpack it in the appropriate place (deps/buildScripts/findbugs). The file will be downloaded from sourceforge. + Pick one (first letter will do): + Skip - Skips this download. This dependency is optional. + Download - Grabs findbugs, so that you can run 'ant findbugs'. + + + + + + + -- cgit