You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by William Ferguson <Wi...@yarris.com> on 2007/03/15 02:51:29 UTC

[m2] TagListReport - AbstractMethodError

Does anyone know why I get:
 
[WARNING] Error loading report
org.apache.maven.plugin.taglist.TagListReport - AbstractMethodError:
canGenerateReport()

when executing 'mvn site' with the taglist-maven-plugin?
<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>taglist-maven-plugin</artifactId>
  <version>2.0-beta-1</version>
</plugin>

The Taglist report is generated just fine.
Just not sure why I'm getting the warning.
 
William

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] TagListReport - AbstractMethodError

Posted by Thorsten Heit <th...@gmx.de>.
Hi William,

> Does anyone know why I get:
>  
> [WARNING] Error loading report
> org.apache.maven.plugin.taglist.TagListReport - AbstractMethodError:
> canGenerateReport()
> 
> when executing 'mvn site' with the taglist-maven-plugin?
> <plugin>
>   <groupId>org.codehaus.mojo</groupId>
>   <artifactId>taglist-maven-plugin</artifactId>
>   <version>2.0-beta-1</version>
> </plugin>

Why don't you use <version>2.0</version>? Don't know whether this removes the warning message, but it should be worth trying it. Apart from possible bugs fixed in the final plugin version.


HTH

Thorsten

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org