From: M. <fm...@im...> - 2003-09-11 13:02:58
|
Hi I have downloaded statcvs 0.1.3 but I get a stack trace : Parsing CVS log 'c:\cvslog\Socle Technique Achat RÚfÚrentiel\cvslog' FIN statcvs.input.CvsLogfileParser parse(): starting to parse... Exception in thread "main" java.lang.NumberFormatException: For input string: "- 0;" at java.lang.NumberFormatException.forInputString(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at net.sf.statcvs.input.CvsRevisionParser.parseDateLine(CvsRevisionParse r.java:174) at net.sf.statcvs.input.CvsRevisionParser.messageLine(CvsRevisionParser. java:118) at net.sf.statcvs.input.CvsFileBlockParser.getParsedRevisions(CvsFileBlo ckParser.java:199) at net.sf.statcvs.input.CvsFileBlockParser.getParsedFile(CvsFileBlockPar ser.java:181) at net.sf.statcvs.input.CvsLogfileParser.parse(CvsLogfileParser.java:79) at net.sf.statcvs.Main.generateDefaultHTMLSuite(Main.java:163) at net.sf.statcvs.Main.execute(Main.java:94) at net.sf.statcvs.Main.main(Main.java:74) We are using a CVSNT 2.0.x server and the first lines of the generated cvslog are (generated using CVSNT 1.11.1.3 as a client) : ? cvslog RCS file: c:/cvs/Socle Technique Achat Référentiel/.classpath,v Working file: .classpath head: 1.16 branch: locks: strict access list: symbolic names: v2-2: 1.16 v2-1: 1.9 v2: 1.9 v1: 1.8 v1-presentation: 1.3 keyword substitution: b total revisions: 16; selected revisions: 16 description: ---------------------------- revision 1.16 date: 2003/07/21 13:02:14; author: frmfn4c; state: Exp; lines: +3 -0; kopt: b; commitid: 18223f1be4540000; ajout des classes Axis ---------------------------- revision 1.15 date: 2003/05/27 12:24:55; author: frmfn4c; state: Exp; lines: +1 -0; ajout de commons-pool ---------------------------- I wished to have a look at statcvs sources but was unable to find a zip with 0.1.3 sources on the site (I cannot use cvs checkout because of our firewall). Thanks for any help François |