[SNIP]
> > * Could you pl. give more details on what the
> significance of
> > getSubProjectExecutor()
>
> No idea.
>
;) This allows the top executor to control what type of executor is used to
execute subprojects via <ant>/<antcall>/<subant> and task that extend these.
All bundled Executors return a SingleCheckExecutor (running a merged set of
depended targets for all targets called) to run sub-builds.
-Matt
P.S. Jan--wrt the ongoing ParallelExecutor msg thread, it seems to implement a
single dependency check, so it should be safe to do:
public Executor getSubProjectExecutor() {
return this;
}
:)
>
> Jan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]