> -----Original Message-----
> From: Luke Taylor [mailto:[EMAIL PROTECTED]
> Sent: 19 September 2003 18:44
> To: Maven Developers List
> Subject: Re: StatCvs 2.0-SNAPSHOT is ready for trial...
> 
> Vincent Massol wrote:
> 
> > Hi,
> >
> > Could some of you test the new statcvs plugin I have just committed
and
> > tell me if it works. I'd like to release it over the next 2 days so
that
> > it is released before the 1.0 rc1 release of Monday.
> >
> > http://maven.apache.org/reference/plugins/statcvs/
> >
> > Here's an output example:
> >
> > http://maven.apache.org/reference/plugins/cactus/statcvs/index.html
> >
> 
> Looks very nice. Does this effectively supercede the changelog, file
and
> developer activity plugins?

Possibly...

> 
> My main worry is that it seems like it seems to use a full CVS log
file
> for the repository and the projects I would like to run against are at
> Sourceforge which is still interminably slow for anonymous CVS access.
> Is there any way to get it to make use of existing data rather than
> downloading the full log each time? (This is what I was trying to
> achieve with the MAVEN-562 patch to changelog).

Actually this already works. If you run when being offline (-o switch)
it won't generate reports. I understand it's not exactly what you want
but I don't really the usefulness of generating the reports if you
cannot connect. Same for any plugin requiring internet access.

> 
> Having had a quick look at the jelly script it looks like it's not
using
> the repository defined in project.xml:
> 
>          <!-- FIXME : We must use, with cvs, the connection string
define
>               in project.xml -->
>          <ant:cvs command="-q log" output="${statcvs.logfile}"/>

Actually, I wrote that comment ages ago and I'm not sure we need to use
the repo defined in project.xml. If you used the repo of basedir it must
always be correct, right?

> 
> unless my source hasn't updated correctly. Also I think it would be
> worth adding a compression command "-z3" to the command because the
> logging information is really verbose and highly compressible. This is
> really noticeable with sourceforge - it drastically reduces the amount
> of network traffic and I don't think it should cause any problems.

Done in CVS.

Thanks
-Vincent

> 
> I'll give it a try as soon as possible.
> 
> cheers,
> 
> Luke.
> 
> 
> --
>   Luke Taylor.                      Monkey Machine Ltd.
>   PGP Key ID: 0x57E9523C            http://www.monkeymachine.ltd.uk
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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