Re: tasklist plugin help needed

2003-06-09 Thread Martin Skopp
Hi task-list developers, please listen: On Tue, 2003-06-10 at 02:37, Gabriel Sjoberg wrote: > maven.tasklist.taskTag = > > [..] Perhaps case-insensitivity can be added to a future version of the plugin. I would prefer a regular expression... Would be easier to program as well -- Martin Skopp R

Re: tasklist plugin help needed

2003-06-09 Thread Gabriel Sjoberg
Maarten Coene wrote: /** * The description of my method * @todo Refactor this method */ public void myMethod() { ... } I tried to generate the todo list with "maven tasklist" . What should I do to get the tasklist plugin generate a todo list? You may want to verify that the following line exi

RE: tasklist plugin help needed

2003-06-06 Thread Maarten Coene
an you run "maven pom:validate" to verify that your project.xml is correct. Maybe the tag needs to be located at the end. Thanks -Vincent > -Original Message- > From: Maarten Coene [mailto:[EMAIL PROTECTED] > Sent: 06 June 2003 13:23 > To: Maven Users List > Subje

RE: tasklist plugin help needed

2003-06-06 Thread Vincent Massol
n Users List > Subject: Re: tasklist plugin help needed > > I've included my project.xml and the generated task-list.xml file. > I'm also using the latest CVS version of maven. > > === projext.xml === > > >3 >wisecare >wisecare >1.0-d

Re: tasklist plugin help needed

2003-06-06 Thread Maarten Coene
I've included my project.xml and the generated task-list.xml file. I'm also using the latest CVS version of maven. === projext.xml === 3 wisecare wisecare 1.0-dev QMedit http://www.qmedit.com/ 2003 com.qmedit.wisecare Wisecare Project This is a description of t

Re: tasklist plugin help needed

2003-06-06 Thread Juergen Heidak
Do you have your source directory specified in your project.xml file. In this file there needs to be a tag like this: src/java The tasklist plugin looks into this directory for java files to process. Maarten Coene wrote: Yes it's included in my project.xml file. The tasklist report is gene

RE: tasklist plugin help needed

2003-06-06 Thread Maarten Coene
Yes it's included in my project.xml file. The tasklist report is generated, but it contains an empty table of todo items. Maarten At 11:41 6/06/2003 +0200, you wrote: Hi Maarten, Have you added the report to your project.xml? [...] maven-tasklist-plugin -Vincent > -Original Mess

RE: tasklist plugin help needed

2003-06-06 Thread Vincent Massol
Hi Maarten, Have you added the report to your project.xml? [...] maven-tasklist-plugin -Vincent > -Original Message- > From: Maarten Coene [mailto:[EMAIL PROTECTED] > Sent: 06 June 2003 11:34 > To: [EMAIL PROTECTED] > Subject: tasklist plugin help needed > > Hi, > > I want t