Hi Goon (chuckle)!
Looks like java can't find the statcvs.jar file. Please make sure that
statcvs.jar is actually located in C:\windows. It should be there if you
unpacked the statcvs-1.0.2b.zip to the c:\windows directory. If it is, try
this:
java -jar c:\windows\statcvs.jar [other options]
and it should work.
Or you open a DOS box and type
c:
cd \windows
java -jar statcvs.jar
The problem is that by default, java looks for the jar file in the current
directory, so you either have to specify the full path to the jar file, or
cd to the directory where it is.
BTW, if you put statcvs.jar into your windows directory, don't forget to
specify an output directory, or statcvs will dump all its output files to
your windows directory. Example:
java -jar statcvs.jar projectname c:\path\to\logfile.log
c:\path\to\checkout\ c:\output\
Hope that helps!
Richard
|