-
Notifications
You must be signed in to change notification settings - Fork 18
Setup development environment
-
Install the latest Eclipse IDE for Java Developers (http://www.eclipse.org/downloads/).
-
Fork PMD (https://github.com/pmd/pmd)
-
Connect your eclipse with the master branch of your PMD repo. [
] (https://raw.githubusercontent.com/Up2Go/codeclimate-apexmetrics/master/resources/wiki/CloneGitRepo.png)
-
Step 5 and 6 are the easiest way to get the project location. You can skip theses steps if you got already got the location, it is
/Users/usr/git/pmd
usually. -
Delete the project, uncheck the
Delete project contents on disk
and copy the project location. -
Paste the copied project location from step 6 in the
Root Directory
field, select all PMD modules and import them. -
Let eclipse install the missing plugins. Sometimes there are some errors and warnings, especially in the pmd-scala module, but that should be fine as long as you didn't get errors during the building process later.