Search code examples
javaantcruisecontrol

How to report TODOs and other tags with CruiseControl?


In one project the use of //TODO, //XXX and //FIXME tags is very common.

The problem is that nobody has an overview of all TODO lines - only Eclipse shows all the tasks in one view.

I would like to display all TODOs with filenames in our daily build report created by CruiseControl.

How can this be achieved easily?


Solution

  • You may be able to use Checkstyle. But I'd look into this Maven plugin - maybe you can generate tag reports without migrating your build wholesale from Ant.