I built it from source, and think I've gotten to the problem, which is that
it doesn't like my scm url.

Maybe you'll be able to help me with this. We use an ext connection of ssh,
so that I can checkout an app like this:
cvs -z3 -d:ext:[EMAIL PROTECTED]:*/dir/cvs /* checkout
PROJECTNAME

When I issue that command it prompts me for a password. How do I get that to
work in the changelog plugin?

brian

On 2/9/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
>
> It's probably, 2.0-beta-1, you can find it in maven logs with -X
> parameter.
>
> It seems this old version isn't compatible with maven 2.0.
>
> We'll release a new version in few weeks, but if you need it, you can
> build it from sources.
>
> Emmanuel
>
> Brian Burridge a écrit :
> > I am using Maven 2.0 and I don't know what version of changelog. I am
> > calling it like this in the POM:
> >
> > *<groupId>*org.codehaus.mojo*
> </groupId>**<artifactId>*changelog-maven-plugin*</artifactId>*
> >
> > I ran it with the -X -e and didn't get much other information:
> >
> > [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()
> >
> > Brian
> >
> > On 2/9/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
> >
> >>
> >>
> >>Brian Burridge a écrit :
> >>
> >>>I am getting the following errors when I attempt to use the changelog
> >>>plugin. Is there a setting somewhere that can make this more verbose?
> >>
> >>mvn -X -e ....
> >>
> >>What is versions of maven and changelog plugin?
> >>
> >>
> >>>[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()
> >>>
> >>
> >>
> >>---------------------------------------------------------------------
> >>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