Follow Me

Archives

Blog Statistics

Total Visitors: 15621
Currently Online: 0

Eclipse Flex PMD plugin

I stumpled over the source code to a opensource project at adobe which looks like it is a project where they plan todo a eclipse plugin for flex PMD. I hope they will finnish it and release it soon, because the tool is excellent but i really hate running it and then uploading the result to the violation viewer. I could have done this automatically using ant , maven together with CI software like hudson, but since im working in a small company its abit overhead to setup a CI system.


Screendump of output

Example bat file i use to generate output

  1. java -Xmx256m -jar c:\flex-pmd\flex-pmd-command-line-1.0.RC3.jar -s ./src/ -o ./pmd/ -r C:\flex-pmd\pmd.xml
  2. pause
  3.  

Links:

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>