> > > * 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;
> }
>
> :)
Thanks for explanation.
I changed the method implementation.
I also added your explanation to the interface javadoc, if it is ok with
you?
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]