Skip to main content
Participant
March 15, 2010
Question

installation steps for flexpdm and cpd on windows

  • March 15, 2010
  • 1 reply
  • 883 views

I am new to this and it would be helpful if somebody lets me know the steps for installing flexpdm and cpd on windows and test actionscript 2 project.

This topic has been closed for replies.

1 reply

ledroff
Adobe Employee
Adobe Employee
March 15, 2010

FlexPMD only supports AS3 projects

Here is a guide to set it up : http://opensource.adobe.com/wiki/display/flexpmd/How+to+invoke+FlexPMD

Participant
March 18, 2010

thanks but when I try to run the cpd,

java -jar flex-pmd-cpd-command-line-1.0.jar -s <mysource files directory>  -o .

I get the errors:

Exception in thread "main" net.sourceforge.pmd.cpd.ReportException
        at net.sourceforge.pmd.cpd.FileReporter.report(FileReporter.java:44)
        at com.adobe.ac.cpd.commandline.FlexCPD.report(FlexCPD.java:184)
        at com.adobe.ac.cpd.commandline.FlexCPD.startFlexCPD(FlexCPD.java:134)
        at com.adobe.ac.cpd.commandline.FlexCPD.main(FlexCPD.java:73)

Any idea how to overome this?

Adobe Employee
March 27, 2010

Can you paste the entire stacktrace, please ?

I think there another exception being thrown.

Xavier