Just an idea...

Can you run "maven pom:validate" to verify that your project.xml is
correct. Maybe the <reports> 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 ===
> <?xml version="1.0"?>
> <project>
>    <pomVersion>3</pomVersion>
>    <name>wisecare</name>
>    <id>wisecare</id>
>    <currentVersion>1.0-dev</currentVersion>
>    <organization>
>      <name>QMedit</name>
>      <url>http://www.qmedit.com/</url>
>    </organization>
>    <inceptionYear>2003</inceptionYear>
>    <package>com.qmedit.wisecare</package>
> 
>    <shortDescription>Wisecare Project</shortDescription>
> 
>    <description>
>      This is a description of the Wisecare project.
>    </description>
> 
>    <reports>
>      <report>maven-tasklist-plugin</report>
>    </reports>
> 
>    <dependencies>
> 
>      <dependency>
>        <id>colt</id>
>        <version>SNAPSHOT</version>
>      </dependency>
> 
>      <dependency>
>        <id>commons-collections</id>
>        <version>SNAPSHOT</version>
>      </dependency>
> 
>      <dependency>
>        <id>commons-digester</id>
>        <version>SNAPSHOT</version>
>      </dependency>
> 
>      <dependency>
>        <id>qmedit-commons-misc</id>
>        <version>SNAPSHOT</version>
>      </dependency>
> 
> 
>    </dependencies>
> 
>    <build>
> 
>      <sourceDirectory>src/java</sourceDirectory>
> 
>    </build>
> </project>
> 
> 
> === task-list.xml ===
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <document>
> 
>    <properties>
>      <author
email="[EMAIL PROTECTED]">Maven</author>
>      <title>Articles</title>
>    </properties>
> 
>    <body>
>      <section name="Todos">
>            <p>
>            </p>
>            <table>
>                  <th>Class</th>
>                  <th>Class Todos Count</th>
>                  <th>Method with Todos</th>
>            </table>
>            <hr/>
>        <p>
> </p>
>      </section>
>    </body>
> </document>
> 
> 
> 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:
> >
> >   <sourceDirectory>src/java</sourceDirectory>
> >
> >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]

Reply via email to