This is specific to Ivy RoundUp, and so may not be useful to you, but anyway here is an XSL that we use to generate dependency graphs:
http://ivyroundup.googlecode.com/svn/trunk/src/xsl/modgraph.xsl You would have to hack on it. It requires the existence of a modules.xml "directory" file. FWIW. -Archie On Tue, Mar 24, 2009 at 1:35 PM, Sam Berlin <[email protected]> wrote: > I would like to list dependencies in rereport that only contain a > certain organization. This is to be able to see the dependency graph > of our local components. Including all the other dependencies makes > for a huge mess of a graph. > > According to the documentation there doesn't seem to be a way to make > repreport do this (and I'm pretty certain I don't want to use report, > since I want a single graph of all local dependencies). Am I missing > something? Does Ivy use XSL to transform the xml into a graphml or > dot file? If so, do you think it would work to modify that XSL? > > Any other suggestions for how this can be done? > > Thanks! > > Sam > -- Archie L. Cobbs
