Just do an "svn log" on the file(s) in question and you'll see the SVN revision
history with comments. The version number for all libraries should be in the commit
comments.
-David
Mark Erbaugh wrote:
On Sun, 2007-09-09 at 23:20 +0800, Mike Wong wrote:
Hi Mark,
Base on the svn ofbiz 4.0 branch log, the
framework/catalina/lib/catalina.jar file was updated to tomcat version
5.5.20 on Oct 13 2006.
I think you can add the tomcat source to the Eclipse Debug Source lookup
path.
Mike,
Thanks,
I figured out (by process of elimination) that it was version 5.5.20.
Basically, I tried loading different versions until I found one where
the line numbers appeared to match up with appropriate code.
Where is the log file that you mentioned? I don't see it in the files I
downloaded from SVN.
Also, and this is due to my lack of knowledge about JAVA projects, is
there a way to determine the source version given just the .class .jar
file? I would hope that the .class file somehow embeds the source
version.
Mark