On 10/11/05, Brian E. Fox <[EMAIL PROTECTED]> wrote: > Kindof. We are moving from ANT and have a lib folder with 100+ jars. I'd > like to visually see which ones we directly depend on and then have a > tree that shows what those depend on. I experimented with Jdepend, but > it didn't really do what I expect. A lot of dependencies where > suspiciously missing.
My first advice would have been to use jdepend on to map the packages to libraries. Why would jdepend miss those dependencies? Do you use reflection to depend on external jars? If so that's understandable. If not why are those dependencies missing? Last time I tried jdepend, it worked well. Jerome --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
