You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sean Radford <sr...@aegeus-technology.com> on 2003/02/11 02:20:47 UTC

changelog and activity-log

Hi,

I've seen many posts regarding getting the changelog and activity-log
reports working but still can't get mine too... The xml files just come
out empty, e.g.

<?xml version="1.0" encoding="ISO-8859-1" ?>
<changelog>
</changelog>

My project.xml has the following:

   <repository>
    <connection>
	scm:cvs:ssh:anoncvs@localhost:/home/cvs:myproject
    </connection>
  </repository>

(though I've tried many variations with the same or worse results..)

e.g.
scm:cvs:ssh:sradford@localhost:/home/cvs:myproject
scm:cvs:ssh:sradford:password@localhost:/home/cvs:myproject
scm:cvs:ssh:sradford:password@localhost:/home/cvs

Any ideas?

Regards,

Sean


-- 
Sean Radford <sr...@aegeus-technology.com>
Aegeus Technology Ltd


Re: changelog and activity-log

Posted by Ben Walding <de...@walding.com>.
If you're using a recent build, then check your maven.log

I changed the plugin to write the command line (in an obscure format) to 
that file.

It can be most elucidating!

(Post the results if you cannot make head nor tail of it)

Sean Radford wrote:

>Hi,
>
>I've seen many posts regarding getting the changelog and activity-log
>reports working but still can't get mine too... The xml files just come
>out empty, e.g.
>
><?xml version="1.0" encoding="ISO-8859-1" ?>
><changelog>
></changelog>
>
>My project.xml has the following:
>
>   <repository>
>    <connection>
>	scm:cvs:ssh:anoncvs@localhost:/home/cvs:myproject
>    </connection>
>  </repository>
>
>(though I've tried many variations with the same or worse results..)
>
>e.g.
>scm:cvs:ssh:sradford@localhost:/home/cvs:myproject
>scm:cvs:ssh:sradford:password@localhost:/home/cvs:myproject
>scm:cvs:ssh:sradford:password@localhost:/home/cvs
>
>Any ideas?
>
>Regards,
>
>Sean
>
>
>  
>