How can one obtain a copy of the source code from which lib/jcs.jar was built? I guessed that the source was checked out from the JCS CVS repository shortly before checking in
http://cvs.sourceforge.net/cgi-bin/view ... ib/jcs.jar v1.2, and tried to get a copy thus (based on clues from
http://jakarta.apache.org/turbine/jcs/cvs-usage.html):
Code:
cvs -d ":pserver:anoncvs@cvs.apache.org:/home/cvspublic" login
cvs -d ":pserver:anoncvs@cvs.apache.org:/home/cvspublic" -z3 co -D 2002-10-28 jakarta-turbine-jcs
Is there a better way?
Similarly, how can one obtain copies of the source code from which more recent versions of lib/jcs.jar were built?
Why? When problems occur in JCS, one needs contemporaneous source code to debug it (that is, to interpret an exception stack trace or place breakpoints using a debugger).