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



--- Comment #1 from Stefan Bodewig <[email protected]> 2009-08-31 08:37:21 PDT 
---
The id attribute is a magic one that never gets to the object created.  See the
forth point in "The Life-cycle of a Task" under "Writing Your Own Task" in the
manual (not very clear, but it says it 8-)

I'm not sure how deep you want to dig into Ant's object model, the
RuntimeConfigurable which holds all the configuration information prior to
actually creating the task/type objects at runtime does know the id.  The
"magic" happens in RuntimeConfigurable#maybeConfigure.

No bug to be seen here, BTW.  I'd suggest you come over to the user or dev list
in order to get advice on how to best deal with your specific needs.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to