| |
JCVSReport |
Hi Tompoes / Henk,
It looks to me like JCVSReport is having trouble parsing your CVS
If you're interested in tracking down the bug, try creating a smaller
You may also want to try StatCVS -- see http://statcvs.sourceforge.net/
Cheers,
David
On Nov 6, 7:49 am, Tompoes <Henk.Larac...@gmail.com> wrote:
> I'm a new user of cvsreports, i use the following config file:
> cvsroot=:pserver:hal...@192.168.3.9:/home/cvsp5
> The cvs repository is very big over 1G and a few years old with a lot
> The first thing i had to do was changing the java startup parameters
> After that i got the error :
> Can someone help me?
Repository. The issue here might be a bug in bloof (the CVS parser) or
it might be that your CVS repository uses some new features that
bloof / JCVSReport does not understand.
CVS repository and seeing if you can figure out the exact formula for
causing JCVSReport to crash.
. While JCVSReport has not been updated since 2005, StatCVS is still
in active development so you may find it works better with your
repository.
> cvsmodule=Planon5
> graphs=CodeSize
> of branches and tags.
> in:
> java -XX:MaxPermSize=512m -Xmx1024m -cp "dest;src;lib/JCVSReport.jar"
> ca.utoronto.JCVSReport.Presentation %1 %2 %3 %4 %5 %6 %7 %8 %9
> Syntax Error on parsing cvs line:errornous commit corrected
> net.sf.bloof.BloofException: Syntax Error on parsing cvs
> line:errornous commit corrected
> at net.sf.bloof.Bloof.fail(Bloof.java:159)
> at
> net.sf.bloof.scm.cvsplugin.LogParser.readCvsMessageLine(LogParser.java:
> 258)
> at
> net.sf.bloof.scm.cvsplugin.LogParser.ignoreLineTill(LogParser.java:
> 129)
> at
> net.sf.bloof.scm.cvsplugin.LogParser.parseNextFileHead(LogParser.java:
> 152)
> at
> net.sf.bloof.scm.cvsplugin.LogParser.parseNextFileHead(LogParser.java:
> 162)
> at
> net.sf.bloof.scm.cvsplugin.LogParser.parseNextFileHead(LogParser.java:
> 162)
> at
> net.sf.bloof.scm.cvsplugin.LogParser.parseNextRevision(LogParser.java:
> 184)
> at net.sf.bloof.scm.cvsplugin.LogParser.run(LogParser.java:
> 290)
> at java.lang.Thread.run(Unknown Source)