pmd/pmd-eclipse-plugin
Brian Remedios a9d4f72d91 * New violation outline view with additional (optional) columns, uses new symbols
* Column sorting for AST view and Violation Outline
* Rule table shows dysfunctional rules in italics with warning symbols
* Bugfix for rule selection in grouping mode
* Refactored rule column descriptors
* Initial support for custom formats for column data
* Support for new File property type
* Property panel now disables property controls deemed non-functional by the rule
* Refactored cell painter builders

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7188 51baf565-9d33-0410-a72c-fc3788e3496d
2011-03-07 06:19:45 +00:00
..
2009-01-18 22:21:24 +00:00
2009-03-28 20:13:21 +00:00

Compilation
===========

'ant plugin' will generate a new version in the 'build' directory.


Setup
=====

If the default configuration is not accurate for your setup, customization
can be done in local.properties to point to the Eclipse installation directory
and the pde and launcher versions:

----- local.properties example -----------------
eclipse.home=/usr/java/eclipse
eclipse.pde.version=3.4.0.v20080604
eclipse.launcher.version=1.0.100.v20080509-1800
------ end -------------------------------------


Importing the projects in Eclipse
=================================

In the Java perspective, select "Import" -> "Existing Java projects", select
the directory where this file is located.  The next panel should have four
projects:

net.sourceforge.pmd.eclipse
net.sourceforge.pmd.eclipse.plugin
pmd-eclipse-test
pmd-eclipse-test-fragment