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: Max R. A. <ma...@ac...> - 2003-12-02 22:12:49
|
arh - sorry ;) Forgot to login as anonymous - just used my normal sf.net cvs account ;) btw. just used statcvs on the hibernate project, and the result can be viewed at hibernate.org/~max Best regards, Max Richard Cyganiak wrote: > Hi Max, > > From: "Max Rydahl Andersen" <ma...@ac...> > >>I've tried to do a cvs co from the cvs repository, but >>it fails with the following: > > > Did you follow the instructions for anonymous CVS access at > > http://sourceforge.net/cvs/?group_id=57558 > > ? It works for me. > > Regards, > Richard > > > ------------------------------------------------------- > This SF.net email is sponsored by OSDN's Audience Survey. > Help shape OSDN's sites and tell us what you think. Take this > five minute survey and you could win a $250 Gift Certificate. > http://www.wrgsurveys.com/2003/osdntech03.php?site=8 > _______________________________________________ > Statcvs-users mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/statcvs-users |
From: Richard C. <rc...@gm...> - 2003-12-02 21:57:41
|
Hi Max, From: "Max Rydahl Andersen" <ma...@ac...> > I've tried to do a cvs co from the cvs repository, but > it fails with the following: Did you follow the instructions for anonymous CVS access at http://sourceforge.net/cvs/?group_id=57558 ? It works for me. Regards, Richard |
From: Max R. A. <ma...@ac...> - 2003-12-02 20:12:03
|
I've tried to do a cvs co from the cvs repository, but it fails with the following: cvs server: failed to create lock directory for `/cvsroot/statcvs/statcvs/src' (/cvsroot/statcvs/statcvs/#cvs.lock): Permission denied cvs server: failed to obtain dir lock in repository `/cvsroot/statcvs/statcvs/' Do you plan to make the src available as a seperate download, or are there other means to get the src ? ;) /max |
From: Luis C. <Lui...@is...> - 2003-11-20 00:10:04
|
On Wed, 2003-11-19 at 23:31, Richard Cyganiak wrote: > > Any ideas? > > If the plugin module and the test module are both in the same repository, > then you can check out the "." module. This will check out all modules in > the repository and the CVSROOT as a single module. This by itself is not > very helpful if there are other modules besides the plugin and the tests. > > But the dev version of StatCvs has two new options, -include-files > and -exclude-files. You can use them to exclude all other modules. This is > probably not a perfect solution, but be good enough :-) Another alternative is to create a new project which contains symbolic links to the projects you wish to include. Cheers, Luis Cruz |
From: Richard C. <rc...@gm...> - 2003-11-19 23:31:22
|
Hi Chris, > are there any plans to support the combined analysis of multiple CVS > modules? Not really. But I see that it would be useful in some situations. > Any ideas? If the plugin module and the test module are both in the same repository, then you can check out the "." module. This will check out all modules in the repository and the CVSROOT as a single module. This by itself is not very helpful if there are other modules besides the plugin and the tests. But the dev version of StatCvs has two new options, -include-files and -exclude-files. You can use them to exclude all other modules. This is probably not a perfect solution, but be good enough :-) Best regards, Richard |
From: Chris W. <cw...@we...> - 2003-11-19 23:08:40
|
Hi, are there any plans to support the combined analysis of multiple CVS modules? My case is that I have two Eclipse plug-ins (one contains my production code, the other contains the tests for the other plugins. This is the way plugins are tested in Eclipse so it is not an option to put everything in one CVS module). The commit log entries should contain the files from both plugins (aka modules in the CVS sense). Any ideas? Best regards, Chris Wege -- we...@ac... http://www.purl.org/net/wege |
From: Richard C. <rc...@gm...> - 2003-11-19 11:36:40
|
Hi Bob, > Looks like the client is 1.11 and the server is 1.11.1p1 > I'm getting all kinds of parsing errors, even when I added > The symbolic names: line. I did some testing with 1.11, and the only way I managed to produce a logfile without the "symbolic names:" line was by using the "cvs log -N" command (the -N switch suppresses symbolic names output). You didn't use the -N switch to create your logs, didn't you? ;-) (No, I know you didn't because the other 8000 lines of the log parsed without problems.) I'm sorry, I don't have any other ideas at this point. I can't reproduce a logfile showing the characteristics of yours. > Do you think it could be the > Version mismatch? I don't think so. |
From: Richard C. <rc...@gm...> - 2003-11-19 00:20:03
|
MessageHi Bob, > line 8616: expected 'symbolic names:' but found 'keyword substitution: kv' > access list: > keyword substitution: kv the logfile looks somewhat different from any other CVS log I've seen so far. If you look around in your logfile, you will notice that typically, there's a line "symbolic names:" between the "access list:" and "keyword substitution:" lines. Sometimes, there are some additional lines containing revision numbers and tag or branch names. StatCvs complains because these lines are missing from your log. As a workaround, you may try to simply add a line containing "symbolic names:" between the access list and keyword substitution lines. If there are more of these lines missing in other places, add them too. The logfile should process fine afterwards. The interesting question is, of course: Why is the line not present in the log? Maybe you can help us with that question. What version of cvs are you using to generate the log file? (run "cvs -v") Do you know if a different version cvs is running on the server? Best regards, Richard |
From: Bob W. <bo...@de...> - 2003-11-18 17:17:45
|
I'm getting the following error when parsing my cvs log files line 8616: expected 'symbolic names:' but found 'keyword substitution: kv' And the log arund line 8616 is: RCS file: /cvsroot/management/boxmanager/bin/Attic/backupdb,v Working file: backupdb head: 1.2 branch: locks: strict access list: keyword substitution: kv total revisions: 2; selected revisions: 0 description: Suggestions? |
From: Alex R <al...@ho...> - 2003-11-11 23:48:20
|
<html><div style='background-color:'><DIV> <P>Hi Richard,</P> <P>I looked at the intial, that;s how I started working on Ant task, but the stuff with errors don't work in the manual example below:</P> <P><?xml version="1.0"?><BR><project name="StatCvsAnt" default="main" basedir="."><BR> <taskdef name="statcvs" classname="net.sf.statcvs.ant.StatCvsTask"/><BR><BR> <target name="main"><BR> <statcvs <BR> projectDirectory="d:/statcvs"<BR> cvsLogFile="d:/statcvs/cvs.log"<BR> outputDirectory="d:/statcvs/stas"<BR> title="StatCvs" <=========Does not work!<BR> includeFiles="**/*.java"<BR> excludeFiles="tests-src/**"<BR> notesFile="d:/statcvs/report-notes.txt" <=========Does not work!<BR> cssFile="http://statcvs.sf.net/stats/statcvs.css"<BR> showCredits="yes"/><BR> </target><BR></project></P> <P>Please let me know if you find a solution to this.</P> <P>Thanks,</P> <P>Alex</P> <P><BR><BR> </P></DIV> <DIV></DIV>>From: "Richard Cyganiak" <RC...@GM...> <DIV></DIV>>To: "Alex R" <AL...@HO...> <DIV></DIV>>CC: "statcvs-users" <STA...@LI...> <DIV></DIV>>Subject: Re: [Statcvs-users] (no subject) <DIV></DIV>>Date: Tue, 11 Nov 2003 23:54:07 +0100 <DIV></DIV>> <DIV></DIV>>From: Alex R <DIV></DIV>> > I would like create Ant task to run statcvs, Do you have any <DIV></DIV>> > sample code? <DIV></DIV>> <DIV></DIV>>There's some in the draft manual: <DIV></DIV>> <DIV></DIV>>http://statcvs.sourceforge.net/manual/#section_ant-task <DIV></DIV>> <DIV></DIV></div><br clear=all><hr> <a href="http://g.msn.com/8HMBENUS/2743??PS=">Send a QuickGreet with MSN Messenger.</a> </html> |
From: Richard C. <rc...@gm...> - 2003-11-11 22:53:50
|
From: Alex R > I would like create Ant task to run statcvs, Do you have any > sample code? There's some in the draft manual: http://statcvs.sourceforge.net/manual/#section_ant-task |
From: Alex R <al...@ho...> - 2003-11-11 21:03:17
|
<html><div style='background-color:'><DIV> <P>Hi,</P> <P>I am using following :<?xml version="1.0"?><BR><project name="StatCvsAnt" default="main" basedir="."><BR> <taskdef name="statcvs" classname="net.sf.statcvs.ant.StatCvsTask"/></P> <P> <target name="main"><BR> <mkdir dir="d:/statcvs/stat"/><BR> <BR> <statcvs <BR> projectDirectory="d:/wmmsc/sporty2g"<BR> cvsLogFile="d:/wmmsc/sporty2g/cvslog"<BR> outputDirectory="d:/statcvs/stat"<BR> Project="something" or title="somthing" doesn't seem to work.<BR> cssFile="<A href="http://statcvs.sf.net/stats/statcvs.css">http://statcvs.sf.net/stats/statcvs.css</A>"<BR> showCredits="no"/><BR> <BR> </target><BR></project></P> <P>I get following error:</P> <P> </P> <P>D:\wmmsc\sporty2g\statcvs>ant<BR>Buildfile: build.xml</P> <P>main:</P> <P>BUILD FAILED<BR>file:D:/wmmsc/sporty2g/statcvs/build.xml:14: The <statcvs> task doesn't support the "project" attribute.</P> <P>Total time: 1 second<BR>D:\wmmsc\sporty2g\statcvs></P> <P><BR> <BR><BR></P></DIV> <DIV></DIV>>From: Scott Farquhar <SC...@AT...> <DIV></DIV>>To: Alex R <AL...@HO...> <DIV></DIV>>CC: sta...@li... <DIV></DIV>>Subject: Re: [Statcvs-users] (no subject) <DIV></DIV>>Date: Tue, 11 Nov 2003 10:50:30 +1100 <DIV></DIV>> <DIV></DIV>>StatCVS requires JDK 1.4. <DIV></DIV>> <DIV></DIV>>Cheers, <DIV></DIV>>Scott <DIV></DIV>> <DIV></DIV>>Alex R wrote: <DIV></DIV>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>>Hi <DIV></DIV>>> <DIV></DIV>>>I just downloaded statcvs, and I am getting following errors: <DIV></DIV>>> <DIV></DIV>>>C:\statcvs\statcvs-v0.1.3>dir <DIV></DIV>>> Volume in drive C is System <DIV></DIV>>> Volume Serial Number is 5C3E-6489 <DIV></DIV>>> <DIV></DIV>>> Directory of C:\statcvs\statcvs-v0.1.3 <DIV></DIV>>> <DIV></DIV>>>11/10/2003 10:43a <DIR>. <DIV></DIV>>>11/10/2003 10:43a <DIR>.. <DIV></DIV>>>03/27/2003 10:21a 26,934 license.txt <DIV></DIV>>>03/27/2003 09:36a 503,398 statcvs.jar <DIV></DIV>>>03/27/2003 10:21a 2,682 userguide.txt <DIV></DIV>>> 3 File(s) 533,014 bytes <DIV></DIV>>> 2 Dir(s) 2,308,221,952 bytes free <DIV></DIV>>> <DIV></DIV>>>C:\statcvs\statcvs-v0.1.3>java -jar statcvs.jar my_project_1 <DIV></DIV>>>c:\my_proje <DIV></DIV>>>Exception in thread "main" java.lang.NoClassDefFoundError: <DIV></DIV>>>java/util/log <DIV></DIV>>> at net.sf.statcvs.Main.<CLINIT>(Main.java:46) <DIV></DIV>>> <DIV></DIV>>>Any ideas? <DIV></DIV>>> <DIV></DIV>>>Alex <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>>------------------------------------------------------------------------ <DIV></DIV>>>Is your computer infected with a virus? Find out with a FREE <DIV></DIV>>>computer virus scan from McAfee. Take the FreeScan now! <DIV></DIV>>><HTTP: 2755??PS="" 8HMAENUS g.msn.com> <DIV></DIV>>>------------------------------------------------------- This SF.Net <DIV></DIV>>>email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. <DIV></DIV>>>Learn firsthand the latest developments in Apache, PHP, Perl, XML, <DIV></DIV>>>Java, MySQL, WebDAV, and more! http://www.apachecon.com/ <DIV></DIV>>>_______________________________________________ Statcvs-users <DIV></DIV>>>mailing list Sta...@li... <DIV></DIV>>>https://lists.sourceforge.net/lists/listinfo/statcvs-users <DIV></DIV>> <DIV></DIV>>-- <DIV></DIV>> <DIV></DIV>>ATLASSIAN - http://www.atlassian.com <DIV></DIV>>Expert J2EE Software, Services and Support <DIV></DIV>>------------------------------------------------------- <DIV></DIV>>Need a simple, powerful way to track and manage issues? <DIV></DIV>>Try JIRA - http://www.atlassian.com/software/jira <DIV></DIV>> <DIV></DIV>> <DIV></DIV>> <DIV></DIV>>------------------------------------------------------- <DIV></DIV>>This SF.Net email sponsored by: ApacheCon 2003, <DIV></DIV>>16-19 November in Las Vegas. Learn firsthand the latest <DIV></DIV>>developments in Apache, PHP, Perl, XML, Java, MySQL, <DIV></DIV>>WebDAV, and more! http://www.apachecon.com/ <DIV></DIV>>_______________________________________________ <DIV></DIV>>Statcvs-users mailing list <DIV></DIV>>Sta...@li... <DIV></DIV>>https://lists.sourceforge.net/lists/listinfo/statcvs-users <DIV></DIV></DIR></DIR></div><br clear=all><hr> <a href="http://g.msn.com/8HMBENUS/2731??PS=">Compare high-speed Internet plans, starting at $26.95.* <br></a> * Prices may vary by service area.</html> |
From: Alex R <al...@ho...> - 2003-11-11 20:41:26
|
<html><div style='background-color:#ffffcc'><DIV> <P>How do you specify "project name" of statcvs in Ant task?</P> <P>I am using following :<?xml version="1.0"?><BR><project name="StatCvsAnt" default="main" basedir="."><BR> <taskdef name="statcvs" classname="net.sf.statcvs.ant.StatCvsTask"/></P> <P> <target name="main"><BR> <mkdir dir="d:/statcvs/stat"/><BR> <BR> <statcvs <BR> projectDirectory="d:/wmmsc/sporty2g"<BR> cvsLogFile="d:/wmmsc/sporty2g/cvslog"<BR> outputDirectory="d:/statcvs/stat"<BR><FONT color=#ff0033> Project="something" or title="somthing" doesn't seem to work.<BR></FONT> cssFile="<A href="http://statcvs.sf.net/stats/statcvs.css">http://statcvs.sf.net/stats/statcvs.css</A>"<BR> showCredits="no"/><BR> <BR> </target><BR></project></P> <P>I get following error:</P> <P><BR><BR>D:\wmmsc\sporty2g\statcvs>ant<BR>Buildfile: build.xml</P> <P>main:</P> <P>BUILD FAILED<BR>file:D:/wmmsc/sporty2g/statcvs/build.xml:14: The <statcvs> task doesn't support the "project" attribute.</P> <P>Total time: 1 second<BR>D:\wmmsc\sporty2g\statcvs><BR></P></DIV> <DIV></DIV>>From: Scott Farquhar <SC...@AT...> <DIV></DIV>>To: Alex R <AL...@HO...> <DIV></DIV>>CC: sta...@li... <DIV></DIV>>Subject: Re: [Statcvs-users] (no subject) <DIV></DIV>>Date: Tue, 11 Nov 2003 10:50:30 +1100 <DIV></DIV>> <DIV></DIV>>StatCVS requires JDK 1.4. <DIV></DIV>> <DIV></DIV>>Cheers, <DIV></DIV>>Scott <DIV></DIV>> <DIV></DIV>>Alex R wrote: <DIV></DIV>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>>Hi <DIV></DIV>>> <DIV></DIV>>>I just downloaded statcvs, and I am getting following errors: <DIV></DIV>>> <DIV></DIV>>>C:\statcvs\statcvs-v0.1.3>dir <DIV></DIV>>> Volume in drive C is System <DIV></DIV>>> Volume Serial Number is 5C3E-6489 <DIV></DIV>>> <DIV></DIV>>> Directory of C:\statcvs\statcvs-v0.1.3 <DIV></DIV>>> <DIV></DIV>>>11/10/2003 10:43a <DIR>. <DIV></DIV>>>11/10/2003 10:43a <DIR>.. <DIV></DIV>>>03/27/2003 10:21a 26,934 license.txt <DIV></DIV>>>03/27/2003 09:36a 503,398 statcvs.jar <DIV></DIV>>>03/27/2003 10:21a 2,682 userguide.txt <DIV></DIV>>> 3 File(s) 533,014 bytes <DIV></DIV>>> 2 Dir(s) 2,308,221,952 bytes free <DIV></DIV>>> <DIV></DIV>>>C:\statcvs\statcvs-v0.1.3>java -jar statcvs.jar my_project_1 <DIV></DIV>>>c:\my_proje <DIV></DIV>>>Exception in thread "main" java.lang.NoClassDefFoundError: <DIV></DIV>>>java/util/log <DIV></DIV>>> at net.sf.statcvs.Main.<CLINIT>(Main.java:46) <DIV></DIV>>> <DIV></DIV>>>Any ideas? <DIV></DIV>>> <DIV></DIV>>>Alex <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>>------------------------------------------------------------------------ <DIV></DIV>>>Is your computer infected with a virus? Find out with a FREE <DIV></DIV>>>computer virus scan from McAfee. Take the FreeScan now! <DIV></DIV>>><HTTP: 2755??PS="" 8HMAENUS g.msn.com> <DIV></DIV>>>------------------------------------------------------- This SF.Net <DIV></DIV>>>email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. <DIV></DIV>>>Learn firsthand the latest developments in Apache, PHP, Perl, XML, <DIV></DIV>>>Java, MySQL, WebDAV, and more! http://www.apachecon.com/ <DIV></DIV>>>_______________________________________________ Statcvs-users <DIV></DIV>>>mailing list Sta...@li... <DIV></DIV>>>https://lists.sourceforge.net/lists/listinfo/statcvs-users <DIV></DIV>> <DIV></DIV>>-- <DIV></DIV>> <DIV></DIV>>ATLASSIAN - http://www.atlassian.com <DIV></DIV>>Expert J2EE Software, Services and Support <DIV></DIV>>------------------------------------------------------- <DIV></DIV>>Need a simple, powerful way to track and manage issues? <DIV></DIV>>Try JIRA - http://www.atlassian.com/software/jira <DIV></DIV>> <DIV></DIV>> <DIV></DIV>> <DIV></DIV>>------------------------------------------------------- <DIV></DIV>>This SF.Net email sponsored by: ApacheCon 2003, <DIV></DIV>>16-19 November in Las Vegas. Learn firsthand the latest <DIV></DIV>>developments in Apache, PHP, Perl, XML, Java, MySQL, <DIV></DIV>>WebDAV, and more! http://www.apachecon.com/ <DIV></DIV>>_______________________________________________ <DIV></DIV>>Statcvs-users mailing list <DIV></DIV>>Sta...@li... <DIV></DIV>>https://lists.sourceforge.net/lists/listinfo/statcvs-users <DIV></DIV></DIR></DIR></div><br clear=all><hr> <a href="http://g.msn.com/8HMAENUS/2728??PS=">Great deals on high-speed Internet access as low as $26.95.*<br></a> * Prices may vary by service area. </html> |
From: Alex R <al...@ho...> - 2003-11-11 16:23:10
|
<html><div style='background-color:'><DIV> <DIV> <P> Hi</P> <P>I would like create Ant task to run statcvs, Do you have any sample code?</P> <P>Thanks,</P> <P>A<BR><BR></P></DIV></DIV></div><br clear=all><hr> <a href="http://g.msn.com/8HMBENUS/2755??PS=">Is your computer infected with a virus? Find out with a FREE computer virus scan from McAfee. Take the FreeScan now!</a> </html> |
From: Alex R <al...@ho...> - 2003-11-11 04:54:00
|
<html><div style='background-color:'><DIV> <P>Hi</P> <P>I would like create Ant task to run statcvs, Do you have any sample code?</P> <P>Thanks,</P> <P>A<BR><BR></P></DIV> <DIV></DIV>>From: Scott Farquhar <SC...@AT...> <DIV></DIV>>To: Alex R <AL...@HO...> <DIV></DIV>>CC: sta...@li... <DIV></DIV>>Subject: Re: [Statcvs-users] (no subject) <DIV></DIV>>Date: Tue, 11 Nov 2003 10:50:30 +1100 <DIV></DIV>> <DIV></DIV>>StatCVS requires JDK 1.4. <DIV></DIV>> <DIV></DIV>>Cheers, <DIV></DIV>>Scott <DIV></DIV>> <DIV></DIV>>Alex R wrote: <DIV></DIV>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>>Hi <DIV></DIV>>> <DIV></DIV>>>I just downloaded statcvs, and I am getting following errors: <DIV></DIV>>> <DIV></DIV>>>C:\statcvs\statcvs-v0.1.3>dir <DIV></DIV>>> Volume in drive C is System <DIV></DIV>>> Volume Serial Number is 5C3E-6489 <DIV></DIV>>> <DIV></DIV>>> Directory of C:\statcvs\statcvs-v0.1.3 <DIV></DIV>>> <DIV></DIV>>>11/10/2003 10:43a <DIR>. <DIV></DIV>>>11/10/2003 10:43a <DIR>.. <DIV></DIV>>>03/27/2003 10:21a 26,934 license.txt <DIV></DIV>>>03/27/2003 09:36a 503,398 statcvs.jar <DIV></DIV>>>03/27/2003 10:21a 2,682 userguide.txt <DIV></DIV>>> 3 File(s) 533,014 bytes <DIV></DIV>>> 2 Dir(s) 2,308,221,952 bytes free <DIV></DIV>>> <DIV></DIV>>>C:\statcvs\statcvs-v0.1.3>java -jar statcvs.jar my_project_1 <DIV></DIV>>>c:\my_proje <DIV></DIV>>>Exception in thread "main" java.lang.NoClassDefFoundError: <DIV></DIV>>>java/util/log <DIV></DIV>>> at net.sf.statcvs.Main.<CLINIT>(Main.java:46) <DIV></DIV>>> <DIV></DIV>>>Any ideas? <DIV></DIV>>> <DIV></DIV>>>Alex <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>>------------------------------------------------------------------------ <DIV></DIV>>>Is your computer infected with a virus? Find out with a FREE <DIV></DIV>>>computer virus scan from McAfee. Take the FreeScan now! <DIV></DIV>>><HTTP: 2755??PS="" 8HMAENUS g.msn.com> <DIV></DIV>>>------------------------------------------------------- This SF.Net <DIV></DIV>>>email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. <DIV></DIV>>>Learn firsthand the latest developments in Apache, PHP, Perl, XML, <DIV></DIV>>>Java, MySQL, WebDAV, and more! http://www.apachecon.com/ <DIV></DIV>>>_______________________________________________ Statcvs-users <DIV></DIV>>>mailing list Sta...@li... <DIV></DIV>>>https://lists.sourceforge.net/lists/listinfo/statcvs-users <DIV></DIV>> <DIV></DIV>>-- <DIV></DIV>> <DIV></DIV>>ATLASSIAN - http://www.atlassian.com <DIV></DIV>>Expert J2EE Software, Services and Support <DIV></DIV>>------------------------------------------------------- <DIV></DIV>>Need a simple, powerful way to track and manage issues? <DIV></DIV>>Try JIRA - http://www.atlassian.com/software/jira <DIV></DIV>> <DIV></DIV></DIR></DIR></div><br clear=all><hr> <a href="http://g.msn.com/8HMBENUS/2737??PS=">MSN Shopping upgraded for the holidays! Snappier product search...</a> </html> |
From: Scott F. <sc...@at...> - 2003-11-11 01:02:07
|
You can't run statcvs on a headless box. It needs access to an X server to draw the images. I believe that there are ways around this - do a search online. I think that there may even be parameter you can pass to the JVM in 1.4. Cheers, Scott Wim Bertels wrote: > Houdi, > > i use statcvs 20030713-2 (unstable apparently), > > i get the following error while trying to run statcvs > > damian:/tmp# statcvs logfile r2g2/ > StatCvs - CVS statistics generation > > java.awt.AWTError: native layer initialization failed > at java.awt.Font.<init> (Font.java:48) > at net.sf.statcvs.renderer.Chart.<init> (Chart.java:53) > at net.sf.statcvs.renderer.LOCChart.<init> (LOCChart.java:66) > at net.sf.statcvs.output.HTMLOutput.createLOCChart (HTMLOutput.java:300) > at net.sf.statcvs.output.HTMLOutput.createHTMLSuite (HTMLOutput.java:177) > at net.sf.statcvs.Main.generateDefaultHTMLSuite (Main.java:178) > at net.sf.statcvs.Main.main (Main.java:75) > at java.lang.reflect.Method.invoke0 (Method.java) > at java.lang.reflect.Method.invoke (Method.java:255) > at kaffe.jar.ExecJarName.main (ExecJarName.java:67) > at kaffe.jar.ExecJar.main (ExecJar.java:75) > damian:/tmp# ls > file-deleted.png file.png folder-deleted.png folder.png logfile > r2g2 statcvs.css > system setup: > debian kernel stable, cvs testing (1,12), statcvs unstable, no apache, > no webserver > > suggestions? or a bug? > -- ATLASSIAN - http://www.atlassian.com Expert J2EE Software, Services and Support ------------------------------------------------------- Need a simple, powerful way to track and manage issues? Try JIRA - http://www.atlassian.com/software/jira |
From: Scott F. <sc...@at...> - 2003-11-10 23:50:38
|
StatCVS requires JDK 1.4. Cheers, Scott Alex R wrote: > > > Hi > > I just downloaded statcvs, and I am getting following errors: > > C:\statcvs\statcvs-v0.1.3>dir > Volume in drive C is System > Volume Serial Number is 5C3E-6489 > > Directory of C:\statcvs\statcvs-v0.1.3 > > 11/10/2003 10:43a <DIR> . > 11/10/2003 10:43a <DIR> .. > 03/27/2003 10:21a 26,934 license.txt > 03/27/2003 09:36a 503,398 statcvs.jar > 03/27/2003 10:21a 2,682 userguide.txt > 3 File(s) 533,014 bytes > 2 Dir(s) 2,308,221,952 bytes free > > C:\statcvs\statcvs-v0.1.3>java -jar statcvs.jar my_project_1 c:\my_proje > Exception in thread "main" java.lang.NoClassDefFoundError: java/util/log > at net.sf.statcvs.Main.<clinit>(Main.java:46) > > Any ideas? > > Alex > > > > > > > ------------------------------------------------------------------------ > Is your computer infected with a virus? Find out with a FREE computer > virus scan from McAfee. Take the FreeScan now! > <http://g.msn.com/8HMAENUS/2755??PS=> > ------------------------------------------------------- This SF.Net > email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn > firsthand the latest developments in Apache, PHP, Perl, XML, Java, > MySQL, WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ Statcvs-users mailing > list Sta...@li... > https://lists.sourceforge.net/lists/listinfo/statcvs-users -- ATLASSIAN - http://www.atlassian.com Expert J2EE Software, Services and Support ------------------------------------------------------- Need a simple, powerful way to track and manage issues? Try JIRA - http://www.atlassian.com/software/jira |
From: Wim B. <wim...@kh...> - 2003-11-10 23:31:36
|
Houdi, i use statcvs 20030713-2 (unstable apparently), i get the following error while trying to run statcvs damian:/tmp# statcvs logfile r2g2/ StatCvs - CVS statistics generation java.awt.AWTError: native layer initialization failed at java.awt.Font.<init> (Font.java:48) at net.sf.statcvs.renderer.Chart.<init> (Chart.java:53) at net.sf.statcvs.renderer.LOCChart.<init> (LOCChart.java:66) at net.sf.statcvs.output.HTMLOutput.createLOCChart = (HTMLOutput.java:300) at net.sf.statcvs.output.HTMLOutput.createHTMLSuite = (HTMLOutput.java:177) at net.sf.statcvs.Main.generateDefaultHTMLSuite (Main.java:178) at net.sf.statcvs.Main.main (Main.java:75) at java.lang.reflect.Method.invoke0 (Method.java) at java.lang.reflect.Method.invoke (Method.java:255) at kaffe.jar.ExecJarName.main (ExecJarName.java:67) at kaffe.jar.ExecJar.main (ExecJar.java:75) damian:/tmp# ls file-deleted.png file.png folder-deleted.png folder.png logfile = r2g2 statcvs.css system setup: debian kernel stable, cvs testing (1,12), statcvs unstable, no apache, = no webserver suggestions? or a bug? |
From: Alex R <al...@ho...> - 2003-11-10 16:57:52
|
<html><div style='background-color:'><DIV> <P><BR><BR>Hi</P> <P>I just downloaded statcvs, and I am getting following errors:</P> <P>C:\statcvs\statcvs-v0.1.3>dir<BR> Volume in drive C is System<BR> Volume Serial Number is 5C3E-6489</P> <P> Directory of C:\statcvs\statcvs-v0.1.3</P> <P>11/10/2003 10:43a <DIR> .<BR>11/10/2003 10:43a <DIR> ..<BR>03/27/2003 10:21a 26,934 license.txt<BR>03/27/2003 09:36a 503,398 statcvs.jar<BR>03/27/2003 10:21a 2,682 userguide.txt<BR> 3 File(s) 533,014 bytes<BR> 2 Dir(s) 2,308,221,952 bytes free</P> <P>C:\statcvs\statcvs-v0.1.3>java -jar statcvs.jar my_project_1 c:\my_proje<BR>Exception in thread "main" java.lang.NoClassDefFoundError: java/util/log<BR> at net.sf.statcvs.Main.<clinit>(Main.java:46)</P> <P>Any ideas?</P> <P>Alex</P> <P> </P> <P> </P></DIV></div><br clear=all><hr> <a href="http://g.msn.com/8HMAENUS/2755??PS=">Is your computer infected with a virus? Find out with a FREE computer virus scan from McAfee. Take the FreeScan now!</a> </html> |
From: Richard C. <rc...@gm...> - 2003-10-01 13:50:12
|
> I have a similar question. I use an IDE (eclipse) in Windows to access > my project's CVS on SourceForge. How do I obtain a logfile? Can I log > into the shell account, and somehow produce it there? Yes, use an SSH client like PuTTY to log into the account, then checkout your project using the CVS command line tool. There are instructions on that in the CVS section of every SourceForge project site. Use the instructions under "Anonymous CVS Access". I believe you have to use "cvs1" instead of "cvs.sourceforge.net" as the hostname, but I'm not sure. When done, CD into the modulename directory and run "cvs log > somefile" to create a logfile. Then, either get the file to your computer (using scp or your project webspace), or run statcvs there (this should work since they have a JVM installed). Hope that helps, Richard |
From: Dale V. <da...@vi...> - 2003-10-01 11:12:51
|
I have a similar question. I use an IDE (eclipse) in Windows to access my project's CVS on SourceForge. How do I obtain a logfile? Can I log into the shell account, and somehow produce it there? |
From: Richard C. <rc...@gm...> - 2003-09-30 10:01:44
|
From: "Mitja Martini" <mi...@mi...> > can you tell me the easiest way to use statcvs under > windows? For me, that would be CVSNT (as long as you don't need SSH access to the repository, which is more complicated to configure). It works just as the Unix version of CVS, from the command line. > I copied and pasted wincvs' builtin log command output to > a file. Unfortunately the logfile format seems to be different > from what statcvs expects: > > ERROR: Logfile parsing failed. > line 1: expected 'RCS file: ' but found 'Rcs file : ' > Oh well. Yet another subtly different logfile format :-/ Short-term workaround: Search and replace in the logfile. Long-term solution: Complain to the Wincvs people for being incompatible to Unix CVS. ;-) If you have a Wincvs logfile which has no secret information in it, I would be happy if you could attach it to a bug report on our SourceForge project page. Someone will add support for it to StatCvs. And if you want to use the new CVSNT 2.x, you have to download a development snapshot of StatCvs from [1] because CVSNT 2 introduced its own slightly incompatible logfile format. Hope that helps, Richard [1] http://page.inf.fu-berlin.de/~cyganiak/statcvs/v2.0-dev/ |
From: Mitja M. <mi...@mi...> - 2003-09-30 07:59:15
|
Hi, can you tell me the easiest way to use statcvs under windows? I copied and pasted wincvs' builtin log command output to a file. Unfortunately the logfile format seems to be different from what statcvs expects: ERROR: Logfile parsing failed. line 1: expected 'RCS file: ' but found 'Rcs file : ' Does statcvs require a special CVS version? Thank you for your help and your very interesting product. Nice Greetings from Berlin (too), Mitja Martini |
From: Jeffrey M. <jm...@vi...> - 2003-09-26 17:22:53
|
Alright, thanks. I knew I could modify the CSS, just wanted to make sure that it was intended. Jeff On Friday, September 26, 2003, at 09:53 AM, Richard Cyganiak wrote: > > From: "Jeffrey Melloy" <jm...@vi...> >> It works, it's just kind of weird. Maybe it's just different from the >> released versions or something. The stylesheet is the default >> "statcvs.css". None of the tables have borders, they have >> greybarring, >> but without the borders or a different background color, it looks >> weird. > > It's supposed to look like this. Matter of taste. > > You can customize the stylesheet if you want the borders back. Copy > statcvs.css to some other directory, and tell StatCvs to use the new > stylesheet with the -css option. > > To get borders, remove this part: > > table { > border-collapse: collapse; > } > table, thead, tfoot, tbody, colgroup, col, tr, th, td { > border: none; > } > > To get a different background for the tables (which might not be such > a bad > idea, after all), change the .odd rule to: > > .odd { > color: #000; > background-color: #aabbcc; > } > > and fiddle with the background RGB values until it looks nice. > |
From: Richard C. <rc...@gm...> - 2003-09-26 14:53:20
|
From: "Jeffrey Melloy" <jm...@vi...> > It works, it's just kind of weird. Maybe it's just different from the > released versions or something. The stylesheet is the default > "statcvs.css". None of the tables have borders, they have greybarring, > but without the borders or a different background color, it looks weird. It's supposed to look like this. Matter of taste. You can customize the stylesheet if you want the borders back. Copy statcvs.css to some other directory, and tell StatCvs to use the new stylesheet with the -css option. To get borders, remove this part: table { border-collapse: collapse; } table, thead, tfoot, tbody, colgroup, col, tr, th, td { border: none; } To get a different background for the tables (which might not be such a bad idea, after all), change the .odd rule to: .odd { color: #000; background-color: #aabbcc; } and fiddle with the background RGB values until it looks nice. |