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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17457

make target name accessable inside the local target

           Summary: make target name accessable inside the local target
           Product: Ant
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


It would be nice if we could access the target name inside the target element. 
Especially in the case where i am writing Canoo Webtest test cases.  For 
example : 

<target name="Login Test">
    <echo message="Now testing ${target.name}"/>
    <canooWebtest name="${target.name}">
        ....
    </canooWebtest>
</target>

This would be very helpful!

Reply via email to