On Tue, 14 Jan 2003, Dave Draper <[EMAIL PROTECTED]> wrote:

> I can't see a lot of difference between the <ant>
> and <antcall> tags.

Me neither.  

<antcall> is nothing else than

<ant dir="${basedir}" antfile="${ant.file}">

with <property> translated to <param>.  This may change in the future
to avoid the overhead of reparsing the build file, but it is how it is
implemented in Ant 1.5 and even current CVS HEAD.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to