Christian Haul wrote, On 12/03/2003 10.10:
On 11.Mar.2003 -- 11:00 PM, Nicola Ken Barozzi wrote:
...
<antcall> actually works like <ant>, and is completely reentrant.


Only that it doesn't work on a different file :-|

<ant> does. Basically it's the only real difference.


Actually, http://ant.apache.org/manual/CoreTasks/ant.html says that
properties are inherited and build.xml set @inheritAll explicitly. But
placing an <echo/> inside blocks-build.xml throws an unknown variable
exception.

If a called build with inheritall set does nopt see parent properties, it's a bug in Ant. The opposite is normal, because <ant> scopes all changes to properties, that are local to the current Ant process.


--
Nicola Ken Barozzi                   [EMAIL PROTECTED]
            - verba volant, scripta manent -
   (discussions get forgotten, just code remains)
---------------------------------------------------------------------



Reply via email to