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
-
java -Xmx256m -jar c:\flex-pmd\flex-pmd-command-line-1.0.RC3.jar -s ./src/ -o ./pmd/ -r C:\flex-pmd\pmd.xml
-
pause
-
Links:









