Alex Tanaev a écrit : > I have a different problem (continuum 1.0.3): > > Changes in a project trigger its rebuild, but then another project that > depends on the first one is NOT rebuilt. dependant projects are rebuilt in Continuum 1.1 not in 1.0.3 Emmanuel > > Why is that? > > Alex > > > Emmanuel Venisse wrote: >> Continuum look at scm changes, if it contains some sources updates, it >> build the project. >> Then, it looks at dependencies list, if a dependency (that is a continuum >> project too) is updated (new build result in success), continuum build the >> project >> >> With no SCM changes and no dependencies, if the build definition is marked >> as "always build" and the build isn't forced, continuum won't build the >> project. >> >> Emmanuel >> >