You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Stefan Bodewig <bo...@bost.de> on 2000/10/06 08:32:43 UTC

antcall

Just a quick note to anybody surprised by <antcall>: 

This is nothing really new, its just a shortcut for 
<ant antfile="${ant.file}" dir="."> with the nested element renamed to
<param> instead of <property>.

Everything that can be done with <antcall> is/was possible with <ant>
- even in Ant 1.1.

Stefan