Hi

why not have 1 solution that has lib and main?

so the solution takes care of the dependencies.


with kind regards
Ruben Willems

On Thu, Jul 15, 2010 at 5:12 PM, Benjamin Baumann <[email protected]>wrote:

> Hi all,
>
> I read the doc and lots of articles and I ended up with the idea that there
> is no easy way to build dependancies before the triggered project itself. I
> just would like to know if I am right or if I forget something?
>
> ForceBuild is quite a solution but it cannot prevent duplicate builds if by
> example I commit changes for both project lib and main (where main depends
> on the output of lib), the build of the main project may be triggered before
> the build of the lib project and i would end with a queue like
> 1. main (svn trigger)
> 2. lib (svn trigger)
> 3. main (forcebuild)
>
> I actually want the build queue to be :
> 1. lib
> 2. main (forcebuild)
>
> But to achieve this, i need a way to force lib to be built before main...
>
> Thanks you in advance,
> Benjamin Baumann
>

Reply via email to