https://issues.apache.org/bugzilla/show_bug.cgi?id=45135
Matt Benson <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #1 from Matt Benson <[EMAIL PROTECTED]> 2008-06-05 07:37:26 PST ---
that is simply the way Ant references work. You could use a scriptdef to
programmatically retrieve the original reference, then assign a new object
which refers to the original object back to the same reference name. Another
option would be to use the Ant 1.8 properties API to add a PropertySetter
capable of setting a reference (so you use a different mechanism to set and get
the reference). I will add this to the list of things to do for the props
antlib as well.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.