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 get all the metrics generated on file level for the filename I passed in as parameter.
Is it possible to do so? and How?
Are there any other tools that can give same metrics for a Java file and be executed from a shell script?
Google CodePro Analytix should have an Ant task, it should be the place where a command-line utility would do the desired action.