I would like to use the same Ruleset in my IDE (Eclipse) that my Sonar profile.
I got the PMD XML ruleset from the Sonar Permalinks and would like to import it into my P
In addition to what others said, you may also have to find this:
net.sourceforge.pmd.rules.XPathRule
and replace it by this:
net.sourceforge.pmd.lang.rule.XPathRule