Page 1 of 1

Non-recursive inter-project dependencies

Posted: Tue Sep 27, 2011 3:39 am
by tankist02
Let's say I have a workspace C that consists of 3 projects:

A (base)
B (depends on A)
C (depends on B)

If I do rebuild for C only C and B are rebuilt, but not A. Is it by design? I would expect A to be rebuilt too. BTW Visual Studio behaves recursively and will rebuild all 3 projects..

Re: Non-recursive inter-project dependencies

Posted: Tue Sep 27, 2011 4:36 pm
by eranif
Yes, it is by design ;)

Eran

Re: Non-recursive inter-project dependencies

Posted: Tue Sep 27, 2011 10:28 pm
by tankist02
It's a pity. I really like CL and thanks a lot for developing it. But it's handling of project dependencies with levels > 2 seems not working for me. :cry: