On 1/27/07, Eric Crahen <[EMAIL PROTECTED]> wrote:
I'm familiar with those tools, I was more wondering if anyone has already put those tools together + ivy to make it so its very simple to generate an image of your Ivy dependencies.
Ok, I was confused by "package's dependences". If you want to generate a graph from your dependencies you can use the report (or repreport) task, and use the dot="true" attribute to generate a dot file ready to be processed by graphviz. Xavier
On 1/27/07, Xavier Hanin <[EMAIL PROTECTED]> wrote: > > On 1/26/07, Eric Crahen <[EMAIL PROTECTED]> wrote: > > > > Anyone aware of anything that would create a graph for a report showing > a > > package's dependences? > > > Not sure of what you are really asking for, but to generate graphs you can > use graphviz [1], and to analyse classes and extract package dependencies, > maybe depfind [2] can help... > > [1] http://www.graphviz.org/ > [2] http://depfind.sourceforge.net/ > > Xavier > > -- > > > > - Eric > > > > > > -- - Eric
