David Craine e4fd1fb19f Updated to work with PMD 1.1
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2087 51baf565-9d33-0410-a72c-fc3788e3496d
2003-07-15 19:58:39 +00:00
..
2002-08-09 15:50:04 +00:00
2003-07-15 19:58:39 +00:00
2002-09-15 02:07:09 +00:00
2002-09-13 19:50:36 +00:00
2002-08-16 20:29:33 +00:00

To install this plugin, simply place the pmd-jbuiler-0.8.jar (or whatever version it is) and the
pmd-0.9.jar (again, whatever version) into the JBuilder/lib/ext directory.  PLEASE NOTE:  if you
have been using previous verisons of this opentool, and the version of the pmd.jar file has changed,
you need to remove the old pmd.jar file (pmd-0.8.jar for example

The PMD_Jbuilder OpenTool requres the pmd-x.x.jar file to run (where x.x is the major/minor version id).
Although the openTool has no other special requirements, the PMD utility does.  PMD also requires that Xerces
and Ant be available in the JBuilder classpath as well.  This is not an issue for JBuilder 6/7 Enterprise users
since those libraries come preinstalled.  However, users of the Professional/Personal versions may have to
put those libraries into their JBuilder lib directory manually.  I have not tested on anything other than
JBuilder 7 Enterprise, but the tool should run fine on most of them given the aforementioned changes.

JBuilder 4 Users - The PMD Check Project and CPD Check Project operations will only work if you have packages 
defined in your project view.  This is because of some of the differences in JBuilder 7 (at least) and JBuilder 4 in handling packages within the project view.  I'm working on a way to remedy this.