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

           Summary: You could enhance ant by "AOP" task,very useful in many
                    place!!!
           Product: Ant
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P4
         Component: Core
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


Suggest ant add "AOP" task to enhance it.By "AOP" task,You could enhance old 
ant task but need't modify old ant task code!
 
Such as,if you want to do some ant task many times,you have to write it many 
times.
But now if you use "AOP" task,you could write it once

<apply executable="ls">
  <aoploop>
     <list var="command expr="issql,sqlplus"/>
  </aoploop>
  <arg value="${command}"/>
</apply>

This is a simple example,<aoploop> is a "AOP" task,I could run apply twice by 
it,one is run "issql" command ,another is "sqlplus" command,but I need't modify 
the code of "apply" task.

I think this way is very useful in many place,if you  interest it I could send 
source code to you!

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