DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36589>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36589





------- Additional Comments From [EMAIL PROTECTED]  2005-09-13 02:28 -------
Thank you very much for your answer,I download Ant-contrib and read it just 
now.I think it's better than my "AOP" task

But I think this is another way that ant could become more powerful 
with "AOP",as this way could extend the function of old ant task but need't 
modify it's code.

Ant is a very useful tool for me,I wish I could do something for it,^_^  


I modify IntrospectionHelper.java and UnknownElement.java to support it

Such as: IntrospectionHelper.java 
private NestedCreator getNestedCreator(){
   ...

   //by dcming
   if(nc == null){
        nc = createAopTask(project,parentUri,parent,elementName,child);
   }
   
   ....
}

I paste source code,you could search "dcming",then could find modified

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to