what version of changelog plugin are you using?

-allan

On 3/18/06, Tim Davies <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Ive just been trying to get the changelog plugin to work for my maven2
> sites. I find that only template pages are being generated and I get the
> following errors in the output:
>
> [WARNING] Error loading report
> org.apache.maven.changelog.ChangeLogReport - AbstractMethodError:
> canGenerateReport()
> [WARNING] Error loading report
> org.apache.maven.changelog.DeveloperActivityReport -
> AbstractMethodError: canGenerateReport()
> [WARNING] Error loading report
> org.apache.maven.changelog.FileActivityReport - AbstractMethodError:
> canGenerateReport()
>
>
> In my pom I have the scm defined as:
>
>     <scm>
>
> <connection>scm:svn:extssh:[EMAIL PROTECTED]
> :/subversion/:Mapper/trunk</connection>
>
> <developerConnection>scm:svn:extssh:[EMAIL PROTECTED]
> :/subversion/:Mapper/trunk</developerConnection>
>       <url></url>
>     </scm>
>
> and the plugin configured with
>
>     <reporting>
>         <plugins>
>             <plugin>
>               <groupId>org.codehaus.mojo</groupId>
>               <artifactId>changelog-maven-plugin</artifactId>
>               <version>2.0-beta-1</version>
>               <reportSets>
>                 <reportSet>
>                   <id>dual-report</id>
>                   <configuration>
>                     <type>range</type>
>                     <range>30</range>
>                   </configuration>
>                   <reports>
>                     <report>changelog</report>
>                     <report>file-activity</report>
>                     <report>dev-activity</report>
>                   </reports>
>                 </reportSet>
>               </reportSets>
>            </plugin>
>         </plugins>
>     </reporting>
>
> Can anyone offer any advice as it would be nice to get this working.
>
> cheers
>
> Tim Davies
>
> --
> Tim Davies
> Analyst Developer
>
> KTS PLC: Service you can bank on
> 8th Floor, Finsbury Tower,
> 103-105 Bunhill Row,
> London  EC1Y 8LZ
> tel: +44 (0)20 7256 2300
> fax: +44 (0)20 7256 2301
>
> email: [EMAIL PROTECTED]
> web: http://www.ktsplc.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to