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 tasks in one view.
I would like to display all TODOs with its filename in our daily build report created by CruiseControl.
How can this achieved easily?
