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

--- Comment #1 from Stefan Bodewig <[email protected]> ---
Are you using the same property as resultproperty of both invocations?

If so you get bitten by property immutability - the first task sets the
property to 0 and the second one won't override it.  You'd need to  modify your
macro definition to use a different resultproperty on each usage - for example
by constructing its name based on an attribute of the task.

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

Reply via email to