I've got two problems with findbugs:
First: One must edit the build.xml file (or enter the Dfindbugs.home-flag at commandline) to adopt to user settings. Everything else is relative to build.xml, so maybe all related libraries should be included in the lib-path and checked for like the jar-files for mails or the beanshell and so on.
Then I get an error on my linux-box if using "${dest.jar}/*.jar" or "${dest.jar.jmeter}/*.jar". But if using "${dest.jar.jmeter}/ApacheJMeter.jar" everything works fine - a jmeter-fb.xml is generated.
Using "xyz/\*.jar" doesn't help either.
Any idea?
Greetings,
Wolfram
P.S.: But apart from these problems I consider findbugs to be an interesting tool.
BAZLEY, Sebastian wrote:
Findbugs ========
Build.xml has a new target "findbugs", which can be used to run the FindBugs bug pattern detector for Java - see http://www.cs.umd.edu/~pugh/java/bugs/ for details and downloads.
This is entirely optional; there's no need to download anything if you don't use the target.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
