Question
cpd documentation error on the wiki
the page at:
http://opensource.adobe.com/wiki/display/flexpmd/FlexCPD
has an error in the pathelement
it has
<pathelement location="${flexpmd.libs}/as3-parser-api${flexpmd.version}.jar" />
it should be (adding a dash):
<pathelement location="${flexpmd.libs}/as3-parser-api-${flexpmd.version}.jar" />
