for one thing - the @todo tag has to be in the javadoc section. I, for one, use //TODO inside my source code - right next to the code line that needs the task done, like this:

public void doSomething() {
   ...
   ...
   MyBean b = new MyBean();
   b.doOthers();
   b.blalbal();

   //TODO: this  should be synchronized
   b.doThreadedSomething();
   ...
   ...
}


----- Original Message ----- From: "Adam Hardy" <[EMAIL PROTECTED]>
To: "Maven Users List" <[email protected]>
Sent: Friday, May 27, 2005 11:39 AM
Subject: RE: Task list of "// TODO" comments


Before you guys all leapt on board with your wishlist items, I was going
to ask what was wrong with using the @todo and the
maven-tasklist-plugin.

If you go into the Eclipse menu, you can set Eclipse to pick this up and
use it via Preferences / java / Compiler / tasklist

Adam



-----Original Message-----
From: Mark Hobson [mailto:[EMAIL PROTECTED]
Sent: 27 May 2005 10:24
To: Maven Users List
Subject: Re: Task list of "// TODO" comments


+1

Customisable tags in a similar vein to eclipse would be great
- e.g. TODO:, FIXME:, etc.

On 5/27/05, Arik Kfir <[EMAIL PROTECTED]> wrote:
> +1
>
> ----- Original Message -----
> From: "Wim Deblauwe" <[EMAIL PROTECTED]>
> To: "Maven Users List" <[email protected]>
> Sent: Friday, May 27, 2005 10:59 AM
> Subject: Re: Task list of "// TODO" comments
>
>
> I would be interested in this too. IntelliJ uses the same.
>
> regards,
>
> Wim
>
> 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]
> >
> >
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



http://www.bbc.co.uk/

This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately. Please note that the
BBC monitors e-mails sent or received.
Further communication will signify your consent to this.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to