Re: How to ensure proper transitive dependencies

2012-02-02 Thread Jörg Schaible
Hi Leon, Leon Rosenberg wrote: > On Thu, Feb 2, 2012 at 6:10 PM, Jörg Schaible > wrote: >> Leon Rosenberg wrote: >> >>> Hello, >>> >>> I have following question, I don't quite understand how to solve >>> properly. I have 3 projects, A,B and C. >>> A depends on B and C, and B depends on C. >>> >>

Re: How to ensure proper transitive dependencies

2012-02-02 Thread Ansgar Konermann
Am 02.02.2012 21:16 schrieb "Leon Rosenberg" : > > On Thu, Feb 2, 2012 at 6:10 PM, Jörg Schaible > wrote: > > Leon Rosenberg wrote: > > > >> Hello, > >> > >> I have following question, I don't quite understand how to solve > >> properly. I have 3 projects, A,B and C. > >> A depends on B and C, and

Re: How to ensure proper transitive dependencies

2012-02-02 Thread Leon Rosenberg
Hello Stephen, thanks for your reply, more inlined. On Thu, Feb 2, 2012 at 5:29 PM, Stephen Connolly wrote: > On 2 February 2012 16:17, Leon Rosenberg wrote: >> Hello, >> >> I have following question, I don't quite understand how to solve >> properly. I have 3 projects, A,B and C. >> A depends

RE: How to ensure proper transitive dependencies

2012-02-02 Thread Thiessen, Todd (Todd)
ect: Re: How to ensure proper transitive dependencies > > On Thu, Feb 2, 2012 at 6:10 PM, Jörg Schaible > wrote: > > Leon Rosenberg wrote: > > > >> Hello, > >> > >> I have following question, I don't quite understand how to solve > >> pro

Re: How to ensure proper transitive dependencies

2012-02-02 Thread Leon Rosenberg
On Thu, Feb 2, 2012 at 6:10 PM, Jörg Schaible wrote: > Leon Rosenberg wrote: > >> Hello, >> >> I have following question, I don't quite understand how to solve >> properly. I have 3 projects, A,B and C. >> A depends on B and C, and B depends on C. >> >> A requires at least C version 1.06. However,

Re: How to ensure proper transitive dependencies

2012-02-02 Thread Jörg Schaible
Leon Rosenberg wrote: > Hello, > > I have following question, I don't quite understand how to solve > properly. I have 3 projects, A,B and C. > A depends on B and C, and B depends on C. > > A requires at least C version 1.06. However, after a while C got a new > feature which is now used in B. S

Re: How to ensure proper transitive dependencies

2012-02-02 Thread Stephen Connolly
On 2 February 2012 16:17, Leon Rosenberg wrote: > Hello, > > I have following question, I don't quite understand how to solve > properly. I have 3 projects, A,B and C. > A depends on B and C, and B depends on C. > > A requires at least C version 1.06. However, after a while C got a new > feature w