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] > > > > >
