Using a graph to resolve dependencies

2007-11-06 Thread Jason van Zyl
Mark, Ralph, You'll probably be interested in the artifact graph code that went in as the conflict resolution and dependency management are natural fall outs of the work. The old code works perfectly fine and I just have to obfuscate a couple JARs and I can publish a little dependency

Re: Using a graph to resolve dependencies

2007-11-06 Thread Ralph Goers
Are there specific examples to illustrate how this works? i.e. are there unit tests for it? Obviously I'm definitely interested in this. Ralph Jason van Zyl wrote: Mark, Ralph, You'll probably be interested in the artifact graph code that went in as the conflict resolution and dependency

Re: Using a graph to resolve dependencies

2007-11-06 Thread Jason van Zyl
On 6 Nov 07, at 6:30 AM 6 Nov 07, Ralph Goers wrote: Are there specific examples to illustrate how this works? i.e. are there unit tests for it? Obviously I'm definitely interested in this. There be a full example of use in the tool I'm going to package up. It will be a code example