On Mar 29, 2009, at 9:53 PM, Peter Firmstone wrote:
Thanks for the code! I'm testing it right now.
If all seems to work, I'll provide a patch for build.xml and
integrationtest.xml.
EDIT: I have successfully built and run ClassDepend on a number of
JAR targets in the QA suite build. It seems to calculate the same
dependencies as ClassDep. However, the command line options are not
the same as for ClassDep, so integrating it into the build would
require quite some work. Not impossible though.
I was thinking of implementing a ProxyClassDep to convert the
command line input from ClassDepLoader to ClassDepend or fallback to
ClassDep (if its in the classpath) when ClassDepend doesn't
implement the functionality.
What capabilities does ClassDep have that are not supported by
ClassDepend?
- Tim