AFAICT the tasklist plugin uses vdoclet which reads javadoc tags, so there is no way you can get it to parse C++ style // TODO comment like eclipse does to construct its internal task list
jmp > -----Original Message----- > From: nicolas De Loof [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 10, 2004 7:55 PM > To: Maven Users List > Subject: Re: tasklist plugin and eclipse "TODO" > > I would like maven tasklist plugin to get the "// TODO" tags > that lot's of developpers on my project allready use. I know > we just have to change eclipse congfig to use javadoc @todo, > but I know too that developpers habits are difficult to change ! > > Nico. > > > Martin van den Bemt a �crit : > > >Just add the @todo to Preferences/Java/TaskTags.. > > > >Mvgr, > >Martin > > > >On Tue, 2004-03-09 at 10:09, nicolas De Loof wrote: > > > > > >>Hi all, > >> > >>using eclipse IDE, the TODO keyword is used in comments to > notice some > >>task in the code. The tasklist plugin uses the javadoc @todo tag to > >>get all tasks. > >> > >>Is they're a way to get "eclipse style" task using tasklist without > >>having to change Eclipse configuration ? > >> > >>Nico. > >> > >>------------------------------------------------------------ > --------- > >>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]
