Thanks for creating that page, we might be able to gather all the info there. I just wanted to say that I hope, you will not choose to use Graphviz, but choose a full java solution. You don't want to bother users with special installation things to have a dependency graph, especially since there are other options. AmbitiousGraph seems nice looking at the screenshot, but I think we need a report that we can include in the site, not a stand-alon application. That report should show an SVG or PNG (maybe that should then be configurable depending on the browser they want to use)
regards, Wim 2005/11/27, Brett Porter <[EMAIL PROTECTED]>: > > http://docs.codehaus.org/display/MAVEN/Dependency+Graphing > > On 11/25/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > Just for the record, here are 2 links that might ease the work: > > > > http://www.xml.com/pub/a/2004/09/08/tree.html > > http://www.linguiste.org/syntax/tree/drawer/ > > > > They show how to convert an xml tree structure to a SVG image. > > > > regards, > > > > Wim > > > > > > 2005/11/25, Wim Deblauwe <[EMAIL PROTECTED]>: > > > > > > Well, maybe we need to bundle to effort to know where we are standing > on > > > some wiki page? > > > > > > regards, > > > > > > Wim > > > > > > 2005/11/25, Brett Porter <[EMAIL PROTECTED]>: > > > > > > > > Yes, its planned. We just have a very long todo list :) > > > > > > > > It is quite simple, as the artifact resolver has a listener with > nodes > > > > that can be used to get all the information, once a way is provided > to > > > > hook into the process. > > > > > > > > I think some others have worked on some related experiements > (Joakim?) > > > > > > > > Cheers, > > > > Brett > > > > > > > > On 11/25/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > > > > > > it would be really cool to have a plugin that shows all the > > > > dependencies of > > > > > your project in a graph. This graph could be in SVG or png or > > > > whatever. Is > > > > > there already such a plugin or plans for such a plugin? What > graphing > > > > > library do you think would be best to implement this kind of thing > > > > (must be > > > > > open source ofcourse)? > > > > > > > > > > With the maven 2 dependency mechanism, this can't be that hard. > Get > > > > your > > > > > dependencies, then get the dependencies of your dependencies and > so > > > > on. Put > > > > > all that in some kind of model that some library can turn into a > nice > > > > graph > > > > > et voila! :) > > > > > > > > > > regards, > > > > > > > > > > Wim > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
