List dependencies for given starting class
Brought to you by:
fjelmer
It would be enormously useful when trying to produce
compact jar files to be able to generate a list of the
closure of all other class files from a directory structure
that a given starting class file depends upon. This
would enable one to avoid including unnecessary library
components in one's jars.
Logged In: YES
user_id=245851
That is an idea I also had in mind. May be I will implement
such a tool based on Classycle in future. But I will do it
not before I actually need it :-)