I am examining some java static analysis tools.
findbugs, checkstyle, javancss, pmd and jdepend. A previous stackoverflow question regarding tool recommendations Static Analysis tool recommendation for Java?
My problem, the only tool I am having an issue with running is jdepend. The homepage is http://clarkware.com/software/JDepend.html.
I have followed the installation instructions and I have tried the example target. But it did not work for me. Listing missing jars.
Regardless of it working or not. I would prefer to have a taskdef, defining classpath, and classname. I cant find an example of this. Does anyone have a working example of this?