Re: transitive dependency graph in maven

2008-09-26 Thread Toni Menzel
both fast. both correct. draw. thank, guys! On 26.09.2008, at 20:36, Alin Dreghiciu wrote: > mvn dependency:tree > > There is also a switch to show more details. Check out dependency > plugin. > > On Fri, Sep 26, 2008 at 8:16 PM, Toni Menzel <[EMAIL PROTECTED]> > wrote: >> Is there someone w

Re: transitive dependency graph in maven

2008-09-26 Thread Alin Dreghiciu
mvn dependency:tree There is also a switch to show more details. Check out dependency plugin. On Fri, Sep 26, 2008 at 8:16 PM, Toni Menzel <[EMAIL PROTECTED]> wrote: > Is there someone who can tell me a quick way to see the real maven > dependency graph of a given artifact (all transitive deps in

Re: transitive dependency graph in maven

2008-09-26 Thread Stuart McCulloch
2008/9/27 Toni Menzel <[EMAIL PROTECTED]> > Is there someone who can tell me a quick way to see the real maven > dependency graph of a given artifact (all transitive deps incl. > version). > mvn dependency:tree > I know there is a (simple) solution but currently cannot find it.. > thanks, > Ton

Re: Transitive dependency

2006-09-11 Thread Glyn Normington
27;t really write one. Glyn> -Original Message-> From: [EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED]]On Behalf Of Niclas Hedhman> Sent: 8 September 2006 20:34> To: General OPS4J > Subject: Re: Transitive dependency>>> On Friday 08 September 2006 18:39, Glyn Norm

RE: Transitive dependency

2006-09-08 Thread David Leangen
. Seems that, as you pointed out, at this point intuitive reasoning seems easier than formal reasoning... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Niclas Hedhman > Sent: 8 September 2006 20:34 > To: General OPS4J > Subje

Re: Transitive dependency

2006-09-08 Thread Niclas Hedhman
On Friday 08 September 2006 18:39, Glyn Normington wrote: > I'll refrain from expanding the formal mathematical definition as the > intuitive notion is more important in computing. > > A familiar example could be an 'impactedBy' relation defined as the > reflexive, transitive closure of the 'depend

Re: Transitive dependency

2006-09-08 Thread Glyn Normington
I'll refrain from expanding the formal mathematical definition as the intuitive notion is more important in computing.A familiar example could be an 'impactedBy' relation defined as the reflexive, transitive closure of the 'dependsOn' relation since a bundle, for example, is obviously impacted by c

Re: Transitive dependency

2006-09-08 Thread Niclas Hedhman
On Friday 08 September 2006 16:07, Glyn Normington wrote: Cool!! I am surprised I could follow that entire reasoning without much problem... > Lastly, a relation R is reflexive if for each element x it deals with (I'll > spare you the mathematical terms), x R x. You can take any binary relation >

Re: Transitive dependency

2006-09-08 Thread Glyn Normington
DavidNiclas answered correctly, but I'll give more background to the notion of transitivity in case you are interested. I'll also describe "transitive closures" and "reflexive transitive closures" as you're bound to run into those terms before long. 'transitive' is a mathematical propery of binary

Re: Transitive dependency

2006-09-07 Thread Andreas Ronge
Ivy solves the problem with transitive compiletime dependencies with private configuration (configuration in ivy is like scope in Maven) Compiletime dependencies goes into a private configuration so it will not be visible to other modules. /Andreas On 9/8/06, Niclas Hedhman <[EMAIL PROTECTED]> wr

Re: Transitive dependency

2006-09-07 Thread Niclas Hedhman
On Friday 08 September 2006 06:15, David Leangen wrote: > Can I ask yet another basic question? > > What is a "transitive" dependency? When it's not transitive, what is it, > intransitive? > > Is this "transitive" in the same sense as a transitive verb? Like: > > I am programming (v) > I progra