--- On Fri, 4/3/09, jan.mate...@rzf.fin-nrw.de
wrote:
> From: jan.mate...@rzf.fin-nrw.de
> Subject: AW: AW: Ant arguments handling (Virtual Ant Targets handling using
> custom code)
> To: dev@ant.apache.org
> Date: Friday, April 3, 2009, 12:03 AM
> > > > * Could
> > > * 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
> // and task that extend these. All
> bundled Executors return
[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 // and task that extend these.
All bundled Executors return a SingleCheckE
> * it looks like we need to place the custom executor calss in
> ant lib folder
>- Is there a way to tell the ant to look for my project
> libraries to find this custom executor
Use the -lib option of Ant to include your jar.
> * What is the default Executor the ant uses, so that for
> c
Hi,
Jan, we are trying to set our own executor, however we are phasing the
following issues
* it looks like we need to place the custom executor calss in ant lib folder
- Is there a way to tell the ant to look for my project libraries to find
this custom executor
* What is the default Execut