PMD 4.0rc2 released - Java 1.5 by default
Just to shake out any more bugs we've released PMD 4.0rc2. The big change for this release is that PMD now expects to process Java 1.5 source code. You can still analyze Java 1.4 (and earlier) source code by using the "targetjdk" parameter, but 1.5 is the default now. There are also a few bugfixes from rc1, so things keep getting better.
You can download this release and see the release notes on the project download page, enjoy!
Using PMD? Get the PMD book - now only $20!
I am wonder will be available any support of PMD for Buildr tool http://buildr.rubyforge.org/
I just started using Buildr and eager to use PMD in my Java project.
Posted by: Victor Grest | July 16, 2007 at 02:49 AM
Hi Victor - buildr uses the antwrap library (http://antwrap.rubyforge.org/) for calling Ant tasks... you might be able to use the PMD Ant task this way...
Posted by: Tom Copeland | July 16, 2007 at 09:18 AM