Does anyone have a complete example of how to generate a
javadoc style to-do list från all @todo comments in code ? Prefrebly runnable
as a task through ANT. I know this is possible, just haven’t
found a working version yet.
//linus Nikander –
to looking for "todo". You can change
> this by setting the "tag" attribute (the other settable attributes appear
> to be "header" and "projectname")
>
> cheers
> Ben Sommerville
>
> -Original Message-
> From: Linus Nikander [mail
(for jdk 1.3).
> * @todo Investigate extending NestableDelagate to understand localized
> messages
> */
> public abstract class BaseException extends Exception
> implements LocalizedException, Nestable {
> }
>
> hope that helps
> Ben
>
> > -Original Message-
n the code, but they just don’t show up in the generated overview
? Any clues as to why ?
//linus Nikander – [EMAIL PROTECTED]