On Fri, Aug 1, 2008 at 4:09 PM, Jim McBeath <
scala@...> wrote:
> Does anyone know of a tool that I can use to recursively determine
> the set of classes referenced by my code so that I can build such a jar
> file automatically?
I looked at various tools of this sort fairly recently, and the best
free and open source option I found was ProGuard,
http://proguard.sourceforge.net/It was able to handle quite an impressively complex codebase (a
biggish chunk of the Eclipse JDT, to be precise) ...
Cheers,
Miles