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

           Summary: [PATCH] Provide a task that allows augmentation of
                    previously declared references
           Product: Ant
           Version: 1.8.0
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core tasks
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I've attempted this a couple of times in the past.  This time the approach is
quite simple but seems effective.  I have had to make only a single change to
Ant's core to simplify the implementation of this task.  This was to modify
RuntimeConfigurable such that when it sets a Project reference declared by the
id attribute, the actual value set will be the proxy object of a TypeAdapter
when the wrapped element is a TypeAdapter AND its proxy is an instance of
ProjectComponent.  Ant developers, please take a look at this approach and see
what you think about it.

-- 
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