You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2014/08/01 22:24:37 UTC

[Bug 29153] macro with element parameter can't call another macro with element parm of same name

https://issues.apache.org/bugzilla/show_bug.cgi?id=29153

--- Comment #4 from Richard Eckart de Castilho <re...@apache.org> ---
Implicit element arguments are no substitute, because there can only be once
implicit per task. Using the suggested approach of wrapping multiple times is
also no solution because that requires that the top-level caller knows the
eventual macro nesting depth and that the nesting depth is equal in all cases
(macro nesting depth can depend on dynamic conditions).

-- 
You are receiving this mail because:
You are the assignee for the bug.