You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Nico Seessle <ni...@seessle.de> on 2000/09/16 20:00:53 UTC

[PATCH] Ant.java / CallTarget.java

Check if we are calling the target we are currently inside to avoid
recursion. For this to work CallTarget must set the owningTarget of the
Ant-Task in execute because it is not properly initialized in init.