You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Riegel, Holger" <Ho...@BDR.de> on 2003/02/18 11:23:14 UTC

tasklist plug-in does not list method level todo tags

Hi,

using the tasklist plug-in (2.0 of Maven 1.0-beta8) I discovered that todo tags in method comments are not collected and put in the task-list.xml file during "maven tasklist".

However if there's in the same class a class comment with a todo tag, all todo tags (class level and method level) in this class are displayed in task-list.xml.

Is this by design? In other words: Do you have to give a todo tag in the class level comment to get your todo tags in the method level comments displayed? Or will this phenomenon be fixed in the future?

I guess to change this behaviour, the file plugin-resources/templates/tasklist.vm must be changed, but I am not a velocity expert...

Thanks in advance
Holger Riegel