Skip to main content
Participant
June 16, 2010
Question

Report in Eclipse

  • June 16, 2010
  • 1 reply
  • 512 views

Hello all,

I am trying to copy/paste or export the violations generated by Flexpmd to a csv or text file. This is required for further categorization of violations in my project. There seems to be no direct way of achieving this. I also tried to see if I can generate any reports through Eclipse. I found out that reports can be created only via Maven, Ant.

Can any one please suggest some way to achieve this?

Thanks in advance.

This topic has been closed for replies.

1 reply

Adobe Employee
June 25, 2010

Hi,

It is not clear not me what you are trying to achieve here. What kind of categorization would you need?

You could add a XSLT transformation to generate any kind of file from the XML report, generated from Maven, or Ant.

Xavier