A tip in the meantime: Checkstyle's "TodoComment" rule picks up customizable
todo tags. For example:
<module name="TodoComment">
<property name="format" value="TODO|@todo" />
</module>
Both tags show up in the Checkstyle report.
It is not as sweet an output report as the Task List report, but it will get all
of them for the configured regular expression, and regardless of location...the
two issues under discussion.
>2005/5/27, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
>
>Hi guys,
>
>I wanted to know if someone has already written a task list plugin
>that work for "// TODO" comments, as Eclipse uses this kind of task
>tag in the Java code.
>
>Tanks & Best regards,
>Fabrice
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]