[Xdoclet-user] Xdoclet To-do list generation example ?

2003-08-14 Thread Linus Nikander
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 –  

RE: [Xdoclet-user] Xdoclet To-do list generation example ?

2003-08-14 Thread 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

RE: [Xdoclet-user] Xdoclet To-do list generation example ?

2003-08-14 Thread Linus Nikander
(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-

[Xdoclet-user] Why don't my todo: show up ?

2003-08-12 Thread Linus Nikander
n the code, but they just don’t show up in the generated overview ? Any clues as to why ?   //linus Nikander – [EMAIL PROTECTED]