How to execute Google Codepro analytix from command line?

后端 未结 3 546
醉话见心
醉话见心 2021-01-11 12:44

Is it possible to run Google CodePro analytix from Command Line.

What I am looking for is to run this from a shell script passing the file name as a parameter and ge

3条回答
  •  没有蜡笔的小新
    2021-01-11 13:12

    There is a set of codepro ant tasks that can be used for auditing as well as report generation.

    As to other tools, there is also a set of ant tasks for PMD as well as a PMD plugin for maven. Both can be run from command line.

    Similar for Findbugs : the instructions for the ant task can be found here, and the maven plugin here

    EDIT: It seems to me that google purchased this beatiful tool just to let it die of obscurity. There seems to be no ongoig development and no release to open source. The ant tasks are not released (and I have found no usable examples). there is no maven plugin. We were unable to integrate it in our build and are back to using PMD, Findbugs and Sonar. It's a shame.

提交回复
热议问题