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
Riege Software International GmbH
Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com

This email is intended to be viewed with a nonproportional font.
Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5


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



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 exists in one of your 
.properties files:

maven.tasklist.taskTag = 

The tag is case-sensitive, so you'll need to verify that your case is 
similar across all files.  I had the same problem you did at first, but 
I realized that my tag was @TODO, so the plugin didn't pick it up.  
Perhaps case-insensitivity can be added to a future version of the plugin.

-GS

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


RE: tasklist plugin help needed

2003-06-06 Thread Maarten Coene
ok, my project.xml wasn't completely correct (the order of some elements 
are not correct).

But that's fixed now: pom:validate says my project.xml file is correct. 
Unfortunately, the generated todo-list is still empty

Maarten

At 13:29 6/06/2003 +0200, you wrote:
Just an idea...

Can 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
> 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-dev
>
>  QMedit
>  http://www.qmedit.com/
>
>2003
>com.qmedit.wisecare
>
>Wisecare Project
>
>
>  This is a description of the Wisecare project.
>
>
>
>  maven-tasklist-plugin
>
>
>
>
>  
>colt
>SNAPSHOT
>  
>
>  
>commons-collections
>SNAPSHOT
>  
>
>  
>commons-digester
>SNAPSHOT
>  
>
>  
>qmedit-commons-misc
>SNAPSHOT
>  
>
>
>
>
>
>
>  src/java
>
>
> 
>
>
> === task-list.xml ===
> 
> 
>
>
>  Maven
>  Articles
>
>
>
>  
>
>
>
>  Class
>  Class Todos Count
>  Method with Todos
>
>
>
> 
>  
>
> 
>
>
> At 12:24 6/06/2003 +0200, you wrote:
> >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 generated, but it contains an empty table of
todo
> >>items.
> >>
> >>Maarten
> >
> >
> >
> >-
> >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]


RE: tasklist plugin help needed

2003-06-06 Thread Vincent Massol
Just an idea...

Can 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
> 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-dev
>
>  QMedit
>  http://www.qmedit.com/
>
>2003
>com.qmedit.wisecare
> 
>Wisecare Project
> 
>
>  This is a description of the Wisecare project.
>
> 
>
>  maven-tasklist-plugin
>
> 
>
> 
>  
>colt
>SNAPSHOT
>  
> 
>  
>commons-collections
>SNAPSHOT
>  
> 
>  
>commons-digester
>SNAPSHOT
>  
> 
>  
>qmedit-commons-misc
>SNAPSHOT
>  
> 
> 
>
> 
>
> 
>  src/java
> 
>
> 
> 
> 
> === task-list.xml ===
> 
> 
> 
>
>  Maven
>  Articles
>
> 
>
>  
>
>
>
>  Class
>  Class Todos Count
>  Method with Todos
>
>
>
> 
>  
>
> 
> 
> 
> At 12:24 6/06/2003 +0200, you wrote:
> >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 generated, but it contains an empty table of
todo
> >>items.
> >>
> >>Maarten
> >
> >
> >
> >-
> >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]



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 the Wisecare project.
  
  
maven-tasklist-plugin
  
  


  colt
  SNAPSHOT


  commons-collections
  SNAPSHOT


  commons-digester
  SNAPSHOT


  qmedit-commons-misc
  SNAPSHOT

  

  

src/java

  

=== task-list.xml ===


  
Maven
Articles
  
  

  
  
  
Class
Class Todos Count
Method with Todos
  
  
  


  

At 12:24 6/06/2003 +0200, you wrote:
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 generated, but it contains an empty table of todo 
items.

Maarten


-
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]


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 generated, but it contains an empty table of 
todo items.

Maarten



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


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 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 todo list with "maven tasklist" .
>
> What should I do to get the tasklist plugin generate a todo list?
>
> thx
> Maarten Coene
>
>
>
>
> -
> 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]


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 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 todo list with "maven tasklist" .
> 
> What should I do to get the tasklist plugin generate a todo list?
> 
> thx
> Maarten Coene
> 
> 
> 
> 
> -
> 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]



tasklist plugin help needed

2003-06-06 Thread Maarten Coene
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 todo list with "maven tasklist" .

What should I do to get the tasklist plugin generate a todo list?

thx
Maarten Coene


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