You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
(2) |
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
(2) |
May
(19) |
Jun
(1) |
Jul
(10) |
Aug
(3) |
Sep
(10) |
Oct
(2) |
Nov
(16) |
Dec
(6) |
2004 |
Jan
(13) |
Feb
(2) |
Mar
(15) |
Apr
(8) |
May
(5) |
Jun
(1) |
Jul
(3) |
Aug
(5) |
Sep
|
Oct
(38) |
Nov
|
Dec
(7) |
2005 |
Jan
(16) |
Feb
(8) |
Mar
(34) |
Apr
(9) |
May
(3) |
Jun
(2) |
Jul
(4) |
Aug
(2) |
Sep
(1) |
Oct
(3) |
Nov
(18) |
Dec
(10) |
2006 |
Jan
(1) |
Feb
(1) |
Mar
(4) |
Apr
|
May
|
Jun
(20) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(5) |
Nov
(22) |
Dec
(10) |
2007 |
Jan
(16) |
Feb
(12) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(6) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
(2) |
Jun
(3) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Martin d'A. <Mar...@s2...> - 2004-03-25 14:31:51
|
> Third, Justin could choose some scripting language instead of Java. That > could probably reduce development time. Hi, I am just a user, not a developer, but I would really like if it was developed in python, or php, or anything that makes it end user friendly: install, point your browser, and forget, while at the same time can be imported in my own python scripts. Pls avoid perl. Thanks! Martin |
From: Richard C. <ri...@cy...> - 2004-03-25 09:49:04
|
From: "Justin Johnson" <jus...@fa...> > Subversion diffs do have +/- for lines added or removed. From what I see, there's only *one* combined number for both, so you can't tell how many lines were added and removed. Am I missing something? |
From: Justin J. <jus...@fa...> - 2004-03-25 04:26:46
|
Subversion diffs do have +/- for lines added or removed. Yes, I was thinking of starting from scratch, but currently I'm stilling thinking about using jfreechart and cewolf, as I have already used these libraries at work for a different reporting system. I would really like to write it in Python if I could find a decent charting library that was open source. :-( In any event, I had reserved statsvn.tigris.org, but deleted the project to avoid the name conflict. We'll see what happens if I get some time. -Justin On Thu, 25 Mar 2004 01:15:08 +0100, "Richard Cyganiak" <ri...@cy...> said: > From: "Brian G. Peterson" <br...@ex...> > > Of course it would be best for everyone if interested parties (such as > > Justin) submitted patches to StatCVS to *add* Subversion support rather > > than forking. > > My impression was that Justin wants to start from scratch and not fork > the > StatCvs codebase. > > Of course I would be totally delighted If he contributes Subversion > support > to StatCvs. But to be fair, I should mention that there are some good > reasons for starting from scratch: > > First, Subversion logs are better suited to our purposes than CVS logs. > They > are XML and there are explicit changesets. So, much less to code before > your > program can generate the first interesting report. > > Second, you can't generate *all* StatCvs reports from Subversion logs > (for > example, the lines of codes chart are not possible because there are no > explicit lines +/- information in the logs, if I'm not mistaken), which > means that StatSvn reports would be only a subset of the StatCvs records, > and you can't take advantage of *all* existing work in StatCvs. > > Third, Justin could choose some scripting language instead of Java. That > could probably reduce development time. > > So, Brian and Tom have given good reasons for going with StatCvs, and > there > are good reasons for starting from scratch. Either way, I'm very > interested > in seeing what Justin comes up with. (And yes, I know that it's just an > idea > for now.) > > Richard > |
From: Richard C. <ri...@cy...> - 2004-03-25 00:12:24
|
From: "Brian G. Peterson" <br...@ex...> > Of course it would be best for everyone if interested parties (such as > Justin) submitted patches to StatCVS to *add* Subversion support rather > than forking. My impression was that Justin wants to start from scratch and not fork the StatCvs codebase. Of course I would be totally delighted If he contributes Subversion support to StatCvs. But to be fair, I should mention that there are some good reasons for starting from scratch: First, Subversion logs are better suited to our purposes than CVS logs. They are XML and there are explicit changesets. So, much less to code before your program can generate the first interesting report. Second, you can't generate *all* StatCvs reports from Subversion logs (for example, the lines of codes chart are not possible because there are no explicit lines +/- information in the logs, if I'm not mistaken), which means that StatSvn reports would be only a subset of the StatCvs records, and you can't take advantage of *all* existing work in StatCvs. Third, Justin could choose some scripting language instead of Java. That could probably reduce development time. So, Brian and Tom have given good reasons for going with StatCvs, and there are good reasons for starting from scratch. Either way, I'm very interested in seeing what Justin comes up with. (And yes, I know that it's just an idea for now.) Richard |
From: Tom C. <to...@in...> - 2004-03-24 12:58:55
|
> Of course it would be best for everyone if interested parties (such as > Justin) submitted patches to StatCVS to *add* Subversion > support rather than forking. This could take advantage of > all code that could be reused (probably nearly everything but > the log file parser), would allow new features to be added in > a single place, and both CVS and Subversion would benefit > from a larger 'Stat' community. +1 on that. I've been looking into offering Subversion as well as CVS on http://rubyforge.org/ and it'd be great if the 190 projects currently up there could continue to benefit from the nifty StatCVS charts. Yours, Tom |
From: Brian G. P. <br...@ex...> - 2004-03-24 12:49:41
|
Justin Johnson said: > Okay, I will definitely choose a different name if I do this project. > Thanks for your reply. > -Justin > > "Richard Cyganiak" <ri...@cy...> said: >> From what we hear, there is definite interest in such a tool. Of course it would be best for everyone if interested parties (such as Justin) submitted patches to StatCVS to *add* Subversion support rather than forking. This could take advantage of all code that could be reused (probably nearly everything but the log file parser), would allow new features to be added in a single place, and both CVS and Subversion would benefit from a larger 'Stat' community. Regards, - Brian |
From: Justin J. <jus...@fa...> - 2004-03-24 02:26:12
|
Okay, I will definitely choose a different name if I do this project. Thanks for your reply. -Justin On Tue, 23 Mar 2004 23:40:36 +0100, "Richard Cyganiak" <ri...@cy...> said: > Justin, > > From: "Justin Johnson" <jus...@fa...> > > Are there any plans to support subversion? I am thinking about starting > > a project called statsvn, but want to make sure there isn't an effort > > already underway. > > there are no immediate plans to support Subversion in StatCvs. However, I > believe implementing this wouldn't be very hard (at least for a subset of > the StatCvs features). So it will probably happen sooner or later. > > From what we hear, there is definite interest in such a tool. But if you > want to start your own project, please consider choosing a different > name. > If StatCvs ever gets Subversion support, what should that be called if > not > StatSvn? Let's not repeat the Phoenix/Firebird debacle! ;-) > > Kind regards and best wishes, > Richard > |
From: Richard C. <ri...@cy...> - 2004-03-23 22:37:59
|
Justin, From: "Justin Johnson" <jus...@fa...> > Are there any plans to support subversion? I am thinking about starting > a project called statsvn, but want to make sure there isn't an effort > already underway. there are no immediate plans to support Subversion in StatCvs. However, I believe implementing this wouldn't be very hard (at least for a subset of the StatCvs features). So it will probably happen sooner or later. From what we hear, there is definite interest in such a tool. But if you want to start your own project, please consider choosing a different name. If StatCvs ever gets Subversion support, what should that be called if not StatSvn? Let's not repeat the Phoenix/Firebird debacle! ;-) Kind regards and best wishes, Richard |
From: Justin J. <jus...@fa...> - 2004-03-23 16:30:34
|
Hello, Are there any plans to support subversion? I am thinking about starting a project called statsvn, but want to make sure there isn't an effort already underway. My apologies if this has already been asked. I didn't see anything when searching via google. Thanks. -Justin |
From: Felix H. <hu...@zi...> - 2004-03-09 11:57:36
|
Hi everybody, inspired from an article in the latest CACM, it think it would be very cool if statcvs would have defect statistics. Mainly, number of bug(-fixes) per LOC and timespan and LOC per bugfix (bug complexity) shouldn't be too hard to add. From the user perspective, adding a keyword like BUGFIX to the CVS comment would be sufficient to trigger it. Or is there some other free tool that provides these features? ... Felix |
From: Hilbert S. <w.h...@wi...> - 2004-02-20 10:55:56
|
Hi, I'd like to be able to do an analysis of branches using StatCvs. There was a posting on this list half a year ago. What is the status of this feature? kind regards, Hilbert -- Drs. W.H. Schraal Wisdom Information Consultants Mobile: +31 (0)6 5381 4582 Wisdom: +31 (0)5 9230 5000 Contrado: +31 (050 58) 81367 P.O. Box 116, 9400 AC Assen http://www.wisdom.nl |
From: Richard C. <ri...@cy...> - 2004-02-02 15:45:50
|
From: "Brian G. Peterson" <br...@br...> > Requested Behavior: > When Bugzilla is integrated to CVS, a developer will check in code that > fixes/modifies a bug with a commit comment like: > Bug 14 > on a single line in thier commit comments. (other legal values are 'bug > 14' 'Bug#14' 'bug# 14', etc) > > Statcvs, when parsing the commit log to HTML, would replace instances of > the pattern above with a HREF like: > http://www.myserver.com/bugzilla/show_bug.cgi?id=14 This is a nice idea and I can see how it could be useful. But my impression is that few projects refer consistently to a bug tracking app in the commit comments, and some who do use different conventions, like "issue #14" or just "#14". I fear that this feature would be difficult to explain in the manual and would frustrate users who happen to use a different convention. I think that this would be better solved by post-processing the HTML files generated by StatCvs. A few (one?) lines of Perl should do the job and would be more easily adapted to different conventions and uses. Like, for example, linking to both a bug tracker ("bug #123") and RFE tracker ("RFE #456"), like at SourceForge. I'd be happy to host or provide a link to such a script at the StatCvs homepage. Best regards, Richard |
From: Brian G. P. <br...@br...> - 2004-01-29 10:06:31
|
I submitted this to the StatCVS Tracker some time ago, but would like to raise it here in the hopes of a response or some direction... Our project team finds the statcvs/viewcvs integration to the Commit Log to be very useful. We also make extensive use of Bugzilla, and Bugzilla integration to CVS. Feature Request: add a -bugzilla <url> flag to statcvs Requested Behavior: When Bugzilla is integrated to CVS, a developer will check in code that fixes/modifies a bug with a commit comment like: Bug 14 on a single line in thier commit comments. (other legal values are 'bug 14' 'Bug#14' 'bug# 14', etc) Statcvs, when parsing the commit log to HTML, would replace instances of the pattern above with a HREF like: http://www.myserver.com/bugzilla/show_bug.cgi?id=14 so: Bug 14 is replaced with: <a href='http://www.myserver.com/bugzilla/show_bug.cgi?id=14'>Bug 14</a> a perl regular expression that is used by the bugzilla/cvs integration that may be useful in implementing this feature request is: s/^Bug?\s+#?([\d,\s]+)/$1/i (the bug number goes into $1) Most web bug systems that I am aware of allow the use of the bug number as the last parameter in the URL, so a command line switch to StatCVS with a ,<url> could simply append the bug number. If someone could point me to the correct place in the code, I may be able to provide a patch that accomplishes this functionality. Thanks for the consideration! Regards, - Brian Peterson Ref: http://sourceforge.net/tracker/?func=detail&aid=754865&group_id=57558&atid=484572 |
From: Richard C. <ri...@cy...> - 2004-01-21 23:18:37
|
Hi Andrew, From: "Andrew Nice" <And...@hc...> > I find it amusing that not a single person answered or responded. > I'm going to assume this app is garbage http://sf.net/tracker/?func=detail&aid=811103&group_id=57558&atid=484569 Best regards, Richard |
From: Jason N. <no...@ae...> - 2004-01-20 23:46:04
|
Hi, Recently I got this error-- any ideas? Thanks, Jason Creating CSS file at 'out/statcvs.css' Exception in thread "main" com.jrefinery.data.SeriesException: TimeSeries.add(...): time period already exists. at com.jrefinery.data.BasicTimeSeries.add(Unknown Source) at com.jrefinery.data.BasicTimeSeries.add(Unknown Source) at net.sf.statcvs.output.LOCSeriesBuilder.addRevision(LOCSeriesBuilder.java:86) at net.sf.statcvs.output.HTMLOutput.getLOCTimeSeries(HTMLOutput.java:415) at net.sf.statcvs.output.HTMLOutput.createLOCChart(HTMLOutput.java:291) at net.sf.statcvs.output.HTMLOutput.createHTMLSuite(HTMLOutput.java:175) at net.sf.statcvs.Main.generateDefaultHTMLSuite(Main.java:186) at net.sf.statcvs.Main.main(Main.java:76) |
From: Luis C. <le...@ne...> - 2004-01-20 20:35:08
|
Hello, Let me first start out by saying that I am not a developer, and I am in no way related to the project. I have however bean using StatCVS for almost a year now, and have had no complaints. I'm only answering now because lately (and currently) I've been extremely short on time. That being said, I think the problem you are having is due to the ";" symbol at the end of some of the lines in your cvs log file. I am attaching a snip of my cvs log file so you may compare the two. Mine was generated using an official cvs cliente with the following command: cvs log > cvslog I've never used CvsNT 2.0.2 or anything like it, so I can't be much more help... :( If possible I suggest using an official cvs client/server. Otherwise check to see if your cvs client/server has any configuration options for generating cvs logs. If all else fails, you can edit your cvs log to make it "compatible" with the "expected" format. I hope you get StatCVS another shot and get it going. Hope this helps, Luis Cruz On Tue, 2004-01-20 at 19:35, Andrew Nice wrote: > I find it amusing that not a single person answered or responded. I'm going > to assume this app is garbage and not going to waste any more time on it > > > Andrew Nice > > > > > > > sta...@li...ur > ceforge.net To: sta...@li... > Sent by: cc: > sta...@li...urce Subject: Statcvs-users digest, Vol 1 #41 - 1 msg > forge.net > > > 2004-01-12 11:03 PM > Please respond to statcvs-users > > > > > > > Send Statcvs-users mailing list submissions to > sta...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/statcvs-users > or, via email, send a message with subject or body 'help' to > sta...@li... > > You can reach the person managing the list at > sta...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Statcvs-users digest..." > > > Today's Topics: > > 1. Error in statcvs (Andrew Nice) > > --__--__-- > > Message: 1 > To: sta...@li... > From: "Andrew Nice" <And...@hc...> > Date: Mon, 12 Jan 2004 10:16:35 -0500 > Subject: [Statcvs-users] Error in statcvs > > Greetings, > > I am new to statcvs and cannot get it to run, I'm hoping someone can offer > some assistance! > > > Project name: mtrsv3 under c:\mtrsv3 > Latest version of statcvs.jar under c:\statcvs (I did try older versions, > same error) > > > Here is the error message I am getting: > > > C:\statcvs>java -jar statcvs.jar mtrsv3 c:\mtrsv3\cvslog c:\mtrsv3 > StatCvs - CVS statistics generation > > Generating report for mtrsv3 into > Exception in thread "main" java.lang.NumberFormatException: For input > string: "- > 1;" > at > java.lang.NumberFormatException.forInputString(NumberFormatException. > java:48) > at java.lang.Integer.parseInt(Integer.java:435) > at java.lang.Integer.parseInt(Integer.java:476) > 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) > > C:\statcvs> > > > Here is the file (This is a small sample of a larger file that gets the > same error message) called c:\mtrsv3\samplelog > > <<======= START ========>> > > RCS file: h:/repository/mtrsv3/build.xml,v > Working file: build.xml > head: 1.17 > branch: > locks: strict > access list: > symbolic names: > rel_3_0_3: 1.17 > MTRSv3beta: 1.12 > start: 1.1.1.1 > mtrsv3: 1.1.1 > keyword substitution: kv > total revisions: 18; selected revisions: 18 > description: > ---------------------------- > revision 1.17 > date: 2003/12/04 20:54:55; author: USERA; state: Exp; lines: +0 -1; > kopt: kv; commitid: 74c3fcf9d3a0000; > *** empty log message *** > ---------------------------- > revision 1.16 > date: 2003/11/29 19:48:29; author: USERA; state: Exp; lines: +2 -2; > kopt: kv; commitid: 7d83fc8f70f0000; > *** empty log message *** > ---------------------------- > revision 1.15 > date: 2003/11/18 18:42:44; author: USERA; state: Exp; lines: +0 -2; > kopt: kv; commitid: e203fba671e0000; > *** empty log message *** > ---------------------------- > revision 1.14 > date: 2003/11/11 17:36:32; author: USERA; state: Exp; lines: +3 -0; > kopt: kv; commitid: 1acc3fb11ca50000; > *** empty log message *** > ---------------------------- > revision 1.13 > date: 2003/11/11 15:32:59; author: USERB; state: Exp; lines: +0 -3; > kopt: kv; commitid: 7e03fb1012a0000; > *** empty log message *** > ---------------------------- > revision 1.12 > date: 2003/11/06 07:31:00; author: USERA; state: Exp; lines: +10 -8; > kopt: kv; commitid: 127c3fa9f8b20000; > *** empty log message *** > ---------------------------- > revision 1.11 > date: 2003/11/05 21:13:14; author: USERB; state: Exp; lines: +0 -2; > kopt: kv; commitid: 6703fa967e80000; > *** empty log message *** > ---------------------------- > revision 1.10 > date: 2003/10/27 20:51:09; author: USERC; state: Exp; lines: +10 -1; > kopt: kv; commitid: 48c3f9d853c0000; > *** empty log message *** > ---------------------------- > revision 1.9 > date: 2003/10/27 14:38:35; author: USERA; state: Exp; lines: +0 -0; > kopt: kv; commitid: a103f9d2cc20000; > *** empty log message *** > ---------------------------- > revision 1.8 > date: 2003/10/25 19:03:36; author: USERD; state: dead; lines: +0 -0; > kopt: kv; commitid: 6383f9ac8060000; > *** empty log message *** > ---------------------------- > revision 1.7 > date: 2003/10/03 15:11:14; author: USERA; state: Exp; lines: +2 -2; > kopt: kv; commitid: 5303f7d90c10000; > *** empty log message *** > ---------------------------- > revision 1.6 > date: 2003/09/26 15:19:54; author: USERB; state: Exp; lines: +3 -4; > kopt: kv; commitid: 7fc3f7459190000; > *** empty log message *** > ---------------------------- > revision 1.5 > date: 2003/09/22 14:33:09; author: USERA; state: Exp; lines: +1 -0; > kopt: kv; commitid: 8243f6f08230000; > *** empty log message *** > ---------------------------- > revision 1.4 > date: 2003/09/19 15:22:05; author: USERA; state: Exp; lines: +5 -3; > kopt: kv; commitid: 5e03f6b1e3a0000; > *** empty log message *** > ---------------------------- > revision 1.3 > date: 2003/09/18 16:39:49; author: USERB; state: Exp; lines: +13 -2; > kopt: kv; commitid: 8003f69dcd30000; > *** empty log message *** > ---------------------------- > revision 1.2 > date: 2003/09/16 22:13:04; author: USERA; state: Exp; lines: +1 -1; > kopt: kv; commitid: 6cc3f678a470000; > *** empty log message *** > ---------------------------- > revision 1.1 > date: 2003/09/14 06:04:13; author: USERA; state: Exp; > branches: 1.1.1; > Initial revision > ---------------------------- > revision 1.1.1.1 > date: 2003/09/14 06:04:13; author: USERA; state: Exp; lines: +0 -0; > Medical Transport Record System > ============================================================================= > > > RCS file: > h:/repository/mtrsv3/dataservices/ACCOMMODATION_TYPE_LABEL.properties,v > Working file: dataservices/ACCOMMODATION_TYPE_LABEL.properties > head: 1.1 > branch: > locks: strict > access list: > symbolic names: > rel_3_0_3: 1.1 > MTRSv3beta: 1.1 > keyword substitution: kv > total revisions: 1; selected revisions: 1 > description: > ---------------------------- > revision 1.1 > date: 2003/11/01 19:46:35; author: USERA; state: Exp; kopt: kv; > commitid: 11443fa40c5f0000; > *** empty log message *** > ============================================================================= > > > RCS file: h:/repository/mtrsv3/dataservices/ADDRESS.properties,v > Working file: dataservices/ADDRESS.properties > head: 1.1 > branch: 1.1.1 > locks: strict > access list: > symbolic names: > rel_3_0_3: 1.1.1.1 > MTRSv3beta: 1.1.1.1 > rel_3_0_4: 1.1.1.1 > start: 1.1.1.1 > mtrsv3: 1.1.1 > keyword substitution: kv > total revisions: 2; selected revisions: 2 > description: > ---------------------------- > revision 1.1 > date: 2003/09/14 06:04:14; author: USERA; state: Exp; > branches: 1.1.1; > Initial revision > ---------------------------- > revision 1.1.1.1 > date: 2003/09/14 06:04:14; author: USERA; state: Exp; lines: +0 -0; > Medical Transport Record System > ============================================================================= > > > <<=========== END ===========>> > > We are stuck using Windows 2000 unfortunately. The file was generated using > CvsNT 2.0.2. > > > > Thanks for any input! > > > Andrew > > > > > > > --__--__-- > > _______________________________________________ > Statcvs-users mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/statcvs-users > > > End of Statcvs-users Digest > > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Statcvs-users mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/statcvs-users |
From: Tom C. <to...@in...> - 2004-01-20 20:11:31
|
On Tue, 2004-01-20 at 15:06, Chris Wege wrote: > > I find it amusing that not a single person answered or responded. I'm going > > to assume this app is garbage and not going to waste any more time on it > > This app works perfectly for me. But I never ran in an error like you > did. The code is easy to understand if you give it a try and then maybe > submit a fix to the developers. Works fine for me, too - and I use it to generate nightly graphs for over 140 projects on http://rubyforge.org/. Bah! Tom |
From: Chris W. <cw...@we...> - 2004-01-20 20:07:44
|
> I find it amusing that not a single person answered or responded. I'm going > to assume this app is garbage and not going to waste any more time on it This app works perfectly for me. But I never ran in an error like you did. The code is easy to understand if you give it a try and then maybe submit a fix to the developers. --Chris |
From: Andrew N. <And...@hc...> - 2004-01-20 19:35:12
|
I find it amusing that not a single person answered or responded. I'm going to assume this app is garbage and not going to waste any more time on it Andrew Nice sta...@li...ur ceforge.net To: sta...@li... Sent by: cc: sta...@li...urce Subject: Statcvs-users digest, Vol 1 #41 - 1 msg forge.net 2004-01-12 11:03 PM Please respond to statcvs-users Send Statcvs-users mailing list submissions to sta...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/statcvs-users or, via email, send a message with subject or body 'help' to sta...@li... You can reach the person managing the list at sta...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Statcvs-users digest..." Today's Topics: 1. Error in statcvs (Andrew Nice) --__--__-- Message: 1 To: sta...@li... From: "Andrew Nice" <And...@hc...> Date: Mon, 12 Jan 2004 10:16:35 -0500 Subject: [Statcvs-users] Error in statcvs Greetings, I am new to statcvs and cannot get it to run, I'm hoping someone can offer some assistance! Project name: mtrsv3 under c:\mtrsv3 Latest version of statcvs.jar under c:\statcvs (I did try older versions, same error) Here is the error message I am getting: C:\statcvs>java -jar statcvs.jar mtrsv3 c:\mtrsv3\cvslog c:\mtrsv3 StatCvs - CVS statistics generation Generating report for mtrsv3 into Exception in thread "main" java.lang.NumberFormatException: For input string: "- 1;" at java.lang.NumberFormatException.forInputString(NumberFormatException. java:48) at java.lang.Integer.parseInt(Integer.java:435) at java.lang.Integer.parseInt(Integer.java:476) 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) C:\statcvs> Here is the file (This is a small sample of a larger file that gets the same error message) called c:\mtrsv3\samplelog <<======= START ========>> RCS file: h:/repository/mtrsv3/build.xml,v Working file: build.xml head: 1.17 branch: locks: strict access list: symbolic names: rel_3_0_3: 1.17 MTRSv3beta: 1.12 start: 1.1.1.1 mtrsv3: 1.1.1 keyword substitution: kv total revisions: 18; selected revisions: 18 description: ---------------------------- revision 1.17 date: 2003/12/04 20:54:55; author: USERA; state: Exp; lines: +0 -1; kopt: kv; commitid: 74c3fcf9d3a0000; *** empty log message *** ---------------------------- revision 1.16 date: 2003/11/29 19:48:29; author: USERA; state: Exp; lines: +2 -2; kopt: kv; commitid: 7d83fc8f70f0000; *** empty log message *** ---------------------------- revision 1.15 date: 2003/11/18 18:42:44; author: USERA; state: Exp; lines: +0 -2; kopt: kv; commitid: e203fba671e0000; *** empty log message *** ---------------------------- revision 1.14 date: 2003/11/11 17:36:32; author: USERA; state: Exp; lines: +3 -0; kopt: kv; commitid: 1acc3fb11ca50000; *** empty log message *** ---------------------------- revision 1.13 date: 2003/11/11 15:32:59; author: USERB; state: Exp; lines: +0 -3; kopt: kv; commitid: 7e03fb1012a0000; *** empty log message *** ---------------------------- revision 1.12 date: 2003/11/06 07:31:00; author: USERA; state: Exp; lines: +10 -8; kopt: kv; commitid: 127c3fa9f8b20000; *** empty log message *** ---------------------------- revision 1.11 date: 2003/11/05 21:13:14; author: USERB; state: Exp; lines: +0 -2; kopt: kv; commitid: 6703fa967e80000; *** empty log message *** ---------------------------- revision 1.10 date: 2003/10/27 20:51:09; author: USERC; state: Exp; lines: +10 -1; kopt: kv; commitid: 48c3f9d853c0000; *** empty log message *** ---------------------------- revision 1.9 date: 2003/10/27 14:38:35; author: USERA; state: Exp; lines: +0 -0; kopt: kv; commitid: a103f9d2cc20000; *** empty log message *** ---------------------------- revision 1.8 date: 2003/10/25 19:03:36; author: USERD; state: dead; lines: +0 -0; kopt: kv; commitid: 6383f9ac8060000; *** empty log message *** ---------------------------- revision 1.7 date: 2003/10/03 15:11:14; author: USERA; state: Exp; lines: +2 -2; kopt: kv; commitid: 5303f7d90c10000; *** empty log message *** ---------------------------- revision 1.6 date: 2003/09/26 15:19:54; author: USERB; state: Exp; lines: +3 -4; kopt: kv; commitid: 7fc3f7459190000; *** empty log message *** ---------------------------- revision 1.5 date: 2003/09/22 14:33:09; author: USERA; state: Exp; lines: +1 -0; kopt: kv; commitid: 8243f6f08230000; *** empty log message *** ---------------------------- revision 1.4 date: 2003/09/19 15:22:05; author: USERA; state: Exp; lines: +5 -3; kopt: kv; commitid: 5e03f6b1e3a0000; *** empty log message *** ---------------------------- revision 1.3 date: 2003/09/18 16:39:49; author: USERB; state: Exp; lines: +13 -2; kopt: kv; commitid: 8003f69dcd30000; *** empty log message *** ---------------------------- revision 1.2 date: 2003/09/16 22:13:04; author: USERA; state: Exp; lines: +1 -1; kopt: kv; commitid: 6cc3f678a470000; *** empty log message *** ---------------------------- revision 1.1 date: 2003/09/14 06:04:13; author: USERA; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2003/09/14 06:04:13; author: USERA; state: Exp; lines: +0 -0; Medical Transport Record System ============================================================================= RCS file: h:/repository/mtrsv3/dataservices/ACCOMMODATION_TYPE_LABEL.properties,v Working file: dataservices/ACCOMMODATION_TYPE_LABEL.properties head: 1.1 branch: locks: strict access list: symbolic names: rel_3_0_3: 1.1 MTRSv3beta: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2003/11/01 19:46:35; author: USERA; state: Exp; kopt: kv; commitid: 11443fa40c5f0000; *** empty log message *** ============================================================================= RCS file: h:/repository/mtrsv3/dataservices/ADDRESS.properties,v Working file: dataservices/ADDRESS.properties head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: rel_3_0_3: 1.1.1.1 MTRSv3beta: 1.1.1.1 rel_3_0_4: 1.1.1.1 start: 1.1.1.1 mtrsv3: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2003/09/14 06:04:14; author: USERA; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2003/09/14 06:04:14; author: USERA; state: Exp; lines: +0 -0; Medical Transport Record System ============================================================================= <<=========== END ===========>> We are stuck using Windows 2000 unfortunately. The file was generated using CvsNT 2.0.2. Thanks for any input! Andrew --__--__-- _______________________________________________ Statcvs-users mailing list Sta...@li... https://lists.sourceforge.net/lists/listinfo/statcvs-users End of Statcvs-users Digest |
From: Andrew N. <And...@hc...> - 2004-01-12 15:16:40
|
Greetings, I am new to statcvs and cannot get it to run, I'm hoping someone can offer some assistance! Project name: mtrsv3 under c:\mtrsv3 Latest version of statcvs.jar under c:\statcvs (I did try older versions, same error) Here is the error message I am getting: C:\statcvs>java -jar statcvs.jar mtrsv3 c:\mtrsv3\cvslog c:\mtrsv3 StatCvs - CVS statistics generation Generating report for mtrsv3 into Exception in thread "main" java.lang.NumberFormatException: For input string: "- 1;" at java.lang.NumberFormatException.forInputString(NumberFormatException. java:48) at java.lang.Integer.parseInt(Integer.java:435) at java.lang.Integer.parseInt(Integer.java:476) 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) C:\statcvs> Here is the file (This is a small sample of a larger file that gets the same error message) called c:\mtrsv3\samplelog <<======= START ========>> RCS file: h:/repository/mtrsv3/build.xml,v Working file: build.xml head: 1.17 branch: locks: strict access list: symbolic names: rel_3_0_3: 1.17 MTRSv3beta: 1.12 start: 1.1.1.1 mtrsv3: 1.1.1 keyword substitution: kv total revisions: 18; selected revisions: 18 description: ---------------------------- revision 1.17 date: 2003/12/04 20:54:55; author: USERA; state: Exp; lines: +0 -1; kopt: kv; commitid: 74c3fcf9d3a0000; *** empty log message *** ---------------------------- revision 1.16 date: 2003/11/29 19:48:29; author: USERA; state: Exp; lines: +2 -2; kopt: kv; commitid: 7d83fc8f70f0000; *** empty log message *** ---------------------------- revision 1.15 date: 2003/11/18 18:42:44; author: USERA; state: Exp; lines: +0 -2; kopt: kv; commitid: e203fba671e0000; *** empty log message *** ---------------------------- revision 1.14 date: 2003/11/11 17:36:32; author: USERA; state: Exp; lines: +3 -0; kopt: kv; commitid: 1acc3fb11ca50000; *** empty log message *** ---------------------------- revision 1.13 date: 2003/11/11 15:32:59; author: USERB; state: Exp; lines: +0 -3; kopt: kv; commitid: 7e03fb1012a0000; *** empty log message *** ---------------------------- revision 1.12 date: 2003/11/06 07:31:00; author: USERA; state: Exp; lines: +10 -8; kopt: kv; commitid: 127c3fa9f8b20000; *** empty log message *** ---------------------------- revision 1.11 date: 2003/11/05 21:13:14; author: USERB; state: Exp; lines: +0 -2; kopt: kv; commitid: 6703fa967e80000; *** empty log message *** ---------------------------- revision 1.10 date: 2003/10/27 20:51:09; author: USERC; state: Exp; lines: +10 -1; kopt: kv; commitid: 48c3f9d853c0000; *** empty log message *** ---------------------------- revision 1.9 date: 2003/10/27 14:38:35; author: USERA; state: Exp; lines: +0 -0; kopt: kv; commitid: a103f9d2cc20000; *** empty log message *** ---------------------------- revision 1.8 date: 2003/10/25 19:03:36; author: USERD; state: dead; lines: +0 -0; kopt: kv; commitid: 6383f9ac8060000; *** empty log message *** ---------------------------- revision 1.7 date: 2003/10/03 15:11:14; author: USERA; state: Exp; lines: +2 -2; kopt: kv; commitid: 5303f7d90c10000; *** empty log message *** ---------------------------- revision 1.6 date: 2003/09/26 15:19:54; author: USERB; state: Exp; lines: +3 -4; kopt: kv; commitid: 7fc3f7459190000; *** empty log message *** ---------------------------- revision 1.5 date: 2003/09/22 14:33:09; author: USERA; state: Exp; lines: +1 -0; kopt: kv; commitid: 8243f6f08230000; *** empty log message *** ---------------------------- revision 1.4 date: 2003/09/19 15:22:05; author: USERA; state: Exp; lines: +5 -3; kopt: kv; commitid: 5e03f6b1e3a0000; *** empty log message *** ---------------------------- revision 1.3 date: 2003/09/18 16:39:49; author: USERB; state: Exp; lines: +13 -2; kopt: kv; commitid: 8003f69dcd30000; *** empty log message *** ---------------------------- revision 1.2 date: 2003/09/16 22:13:04; author: USERA; state: Exp; lines: +1 -1; kopt: kv; commitid: 6cc3f678a470000; *** empty log message *** ---------------------------- revision 1.1 date: 2003/09/14 06:04:13; author: USERA; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2003/09/14 06:04:13; author: USERA; state: Exp; lines: +0 -0; Medical Transport Record System ============================================================================= RCS file: h:/repository/mtrsv3/dataservices/ACCOMMODATION_TYPE_LABEL.properties,v Working file: dataservices/ACCOMMODATION_TYPE_LABEL.properties head: 1.1 branch: locks: strict access list: symbolic names: rel_3_0_3: 1.1 MTRSv3beta: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2003/11/01 19:46:35; author: USERA; state: Exp; kopt: kv; commitid: 11443fa40c5f0000; *** empty log message *** ============================================================================= RCS file: h:/repository/mtrsv3/dataservices/ADDRESS.properties,v Working file: dataservices/ADDRESS.properties head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: rel_3_0_3: 1.1.1.1 MTRSv3beta: 1.1.1.1 rel_3_0_4: 1.1.1.1 start: 1.1.1.1 mtrsv3: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2003/09/14 06:04:14; author: USERA; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2003/09/14 06:04:14; author: USERA; state: Exp; lines: +0 -0; Medical Transport Record System ============================================================================= <<=========== END ===========>> We are stuck using Windows 2000 unfortunately. The file was generated using CvsNT 2.0.2. Thanks for any input! Andrew |
From: Brian G. P. <br...@br...> - 2004-01-10 22:17:23
|
Jason Novotny said: > Hi guys, > > First of all, great work!! This is exactly the kind of quick and > easy to use tool I was looking for-- very sharp plots. I'm wondering if > there is a way to also get plots of per-user contributions over time. I > would be interested in assessing my own productivity changes over the > course of our development. > > Thanks very much, Jason Check the authors page. This functionality is available in the current development version. -Brian |
From: Luis C. <Lui...@is...> - 2004-01-10 09:28:22
|
Hello, I'm also a very content Statcvs user. :) The changes made by each individual user are already plotted on the Authors page. If your working on a big project with alot of developers, this chart can get pretty boggled up. To avoid this you can run statcvs on a "filtered" cvs log file containing only the users you want to appear. Such a log file can be obtained with the option -wlogins. Hope this helps, Luis Cruz On Sat, 2004-01-10 at 02:47, Jason Novotny wrote: > > Hi guys, > > First of all, great work!! This is exactly the kind of quick and > easy to use tool I was looking for-- very sharp plots. I'm wondering if > there is a way to also get plots of per-user contributions over time. I > would be interested in assessing my own productivity changes over the > course of our development. > > Thanks very much, Jason > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Statcvs-users mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/statcvs-users |
From: Jason N. <no...@ae...> - 2004-01-10 02:47:50
|
Hi guys, First of all, great work!! This is exactly the kind of quick and easy to use tool I was looking for-- very sharp plots. I'm wondering if there is a way to also get plots of per-user contributions over time. I would be interested in assessing my own productivity changes over the course of our development. Thanks very much, Jason |
From: <q15...@ms...> - 2004-01-04 12:42:20
|
-------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- (This safeguard is not inserted when using the registered version) -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- (This safeguard is not inserted when using the registered version) -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- |
From: Melloy, J. J <Me...@ma...> - 2003-12-16 17:46:48
|
Occassionally, when running statcvs, I get this error: Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -55 at java.lang.String.substring(String.java:1480) at net.sf.statcvs.input.CvsRevisionParser.parseDateLine(CvsRevisionParser.java: 146) at net.sf.statcvs.input.CvsRevisionParser.parseRevision(CvsRevisionParser.java: 95) at net.sf.statcvs.input.CvsRevisionParser.parse(CvsRevisionParser.java:83) at net.sf.statcvs.input.CvsFileBlockParser.parse(CvsFileBlockParser.java:77) at net.sf.statcvs.input.CvsLogfileParser.parse(CvsLogfileParser.java:75) at net.sf.statcvs.Main.generateDefaultHTMLSuite(Main.java:175) at net.sf.statcvs.Main.main(Main.java:75) Don't really know why; using the 2.0 alpha of a couple months ago. Jeff |