> From: Roberto Lo Giacco [mailto:[EMAIL PROTECTED]
> 
> > >>>>> "PD" == Peter Donald <[EMAIL PROTECTED]> writes:
> >
> >  PD> this is now done through the ant-call task that is 
> unfortunately
> >  PD> yet to be documented
> >
> > But does the same as <ant> called on the same file - at least at the
> > moment.
> >
> > BTW It has been suggested to call the task calltarget instead of
> > antcall, any objections?
> 
> Can I propose simply, silly and stupdly <call 
> target="myTarget"/> or <goto
> target="myTarget"/> ?
> 

<call> is fine with me.
<goto> is definitely WRONG. We are not doing an unstructure GOTO,
we are doing a recursive call (push and pop on a stack).
Additionally, you can pass parameters to be used by the called target.

Jose Alberto

Reply via email to