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=4927>.
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=4927

Telnet task to expand read and write properties

           Summary: Telnet task to expand read and write properties
           Product: Ant
           Version: 1.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


<property name="host" value="foobar"/>
<telnet userid="public" 
     password="secret" 
     server=${host}> 
       <read>${host}%</read>   // Doesn't expand
</telnet> 

Currently, ${host} within the server attribute expands properly but expansion 
doesn't happend within read and write subtasks.  There doesn't seem to be 
suffiecient visibility to fix/workaround this problem without a code change.

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

Reply via email to