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
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
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
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
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
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
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 to use the tasklist plugin, but the plugin doesn't find any
todo's
> in my source code
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 to use the tasklist plugin, but the plugin doesn't find any todo's
in my source code. For my todo's, I use the "@todo" tag in the javadoc of
my method, e.g.:
/**
* The description of my method
* @todo Refactor this method
*/
public void myMethod() { ... }
I tried to generate the