Is there a feature in cruise control that will output the certain metrics/statistics about the project being compiled. I am using ccnet to compile a project in C++ using Visual Studio 2005. I initially thought that I would run Understand software (metrics analysis tool) after I build the project, but I would like this to be done automatically and if there is built in functionality that would be much better.
My question in short, is there a way to count the lines of code automatically after each build and then output that number in the report that is generated after each build? Thanks for any help you can give! Patrick
