[ http://jira.codehaus.org/browse/MPTASKLIST-12?page=comments#action_38760 
]
     
Dennis Lundberg commented on MPTASKLIST-12:
-------------------------------------------

It is possible to get rid of the warnings in the Maven Javadoc plugin. You can 
use the "maven.javadoc.customtags" property to make the "@todo" tag known to 
JavaDoc. You can read more about how it works here:
  
http://maven.apache.org/reference/plugins/javadoc/properties.html#Standard_Doclet_Settings
and here:
  http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#tag

> Allow Matching Default Eclipse TODOs
> ------------------------------------
>
>          Key: MPTASKLIST-12
>          URL: http://jira.codehaus.org/browse/MPTASKLIST-12
>      Project: maven-tasklist-plugin
>         Type: Improvement
>  Environment: N/A
>     Reporter: Joe Shomphe

>
>
> Currently, the tasklist plugin matched todos and arbitrary javadoc tags via 
> the maven.tasklist.taskTag property.  In Eclipse, the default TODO tag is NOT 
> tied to javadoc headers.  If the tasklist plugin could search any comments in 
> a file (header, body, etc) for matching TODOS, this would allow for 
> Autogenerated eclipse tags to show up in the xdoc reports.
> Example:
> public class Foo
> {
>  //TODO: add a main method
>  /*FIXME:  this is an arbitrary HIGHER level task than TODO*/       
> }
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to