Re: Tree/graph of Artifact objects

2008-01-31 Thread David Blevins
On Jan 29, 2008, at 10:48 AM, Carlos Sanchez wrote: if you want something graphical take a look at http://code.google.com/p/maven-dependency-browser/ it's going to be integrated in Q4E http://code.google.com/p/q4e/issues/detail?id=144 Graph as in the data structure, but thanks :) -David

Re: Tree/graph of Artifact objects

2008-01-31 Thread Carlos Sanchez
It's a graphical view of the graph ;) On Jan 31, 2008 8:19 PM, David Blevins [EMAIL PROTECTED] wrote: On Jan 29, 2008, at 10:48 AM, Carlos Sanchez wrote: if you want something graphical take a look at http://code.google.com/p/maven-dependency-browser/ it's going to be integrated in Q4E

Re: Tree/graph of Artifact objects

2008-01-29 Thread Mark Hobson
On 23/01/2008, David Blevins [EMAIL PROTECTED] wrote: So far the tree seems to have enough data in it that it can be rewrapped as a graph. I have wrapper similar to DependencyNode that has multiple parents. Anywhere a child is a duplicate or conflict it's replaced by the wrapper of the

Re: Tree/graph of Artifact objects

2008-01-29 Thread Carlos Sanchez
if you want something graphical take a look at http://code.google.com/p/maven-dependency-browser/ it's going to be integrated in Q4E http://code.google.com/p/q4e/issues/detail?id=144 On Jan 18, 2008 12:15 PM, David Blevins [EMAIL PROTECTED] wrote: Is there any way to get or make a tree of

Re: Tree/graph of Artifact objects

2008-01-22 Thread Mark Hobson
Hi David, On 19/01/2008, David Blevins [EMAIL PROTECTED] wrote: Still digging through that code, but hopefully you can answer this question real quick. The resulting structure is definitely a tree as opposed to a graph (which could be fine). Does that mean given the A and B depend on C

Re: Tree/graph of Artifact objects

2008-01-22 Thread David Blevins
On Jan 22, 2008, at 6:49 AM, Mark Hobson wrote: Hi David, On 19/01/2008, David Blevins [EMAIL PROTECTED] wrote: Still digging through that code, but hopefully you can answer this question real quick. The resulting structure is definitely a tree as opposed to a graph (which could be fine).

RE: Tree/graph of Artifact objects

2008-01-18 Thread Brian E. Fox
Dependency:tree Or programmatically use the maven-dependency-tree jar. -Original Message- From: David Blevins [mailto:[EMAIL PROTECTED] Sent: Friday, January 18, 2008 3:16 PM To: Maven Developers List Subject: Tree/graph of Artifact objects Is there any way to get or make a tree of