It's mostly because the ant task is using it too. I would need to download FindBugs, unzip it somewhere, and define that global variable.
FindBugs itself is more than a jar, and comes with some tooling to help you out (in particular to read the test results). You mean for jvmargs right ? On Sun, Jan 24, 2010 at 11:27, Alex Boisvert <[email protected]>wrote: > Oh and for javaargs I think a better default is (ENV['JAVA_OPTS'] || > ENV['JAVA_OPTIONS']). > > alex > > > > On Sun, Jan 24, 2010 at 11:26 AM, Alex Boisvert > <[email protected]>wrote: > >> Nice! >> >> I just quickly browsed through the source, any reason to prefer using >> FINDBUGS_HOME instead of downloading the artifacts from the Maven2 >> repository <http://ftp.us.xemacs.org/pub/mirrors/maven2/findbugs/>? >> >> alex >> >> >> On Sat, Jan 23, 2010 at 5:39 PM, Antoine Toulme >> <[email protected]>wrote: >> >>> Hi guys, >>> >>> I integrated FindBugs through its ant task with Buildr. >>> It's available on gemcutter: >>> http://gemcutter.org/gems/buildr-findBugs >>> >>> The code is licensed under ASL and published here: >>> http://github.com/intalio/buildr-findBugs >>> >>> Follow the instructions in README.rdoc to install and run. >>> >>> I added it to the Buildr extensions: >>> http://cwiki.apache.org/confluence/display/BUILDR/Buildr+Plugins >>> >>> Thanks, >>> >>> Antoine >>> >> >> >
