Bug 20207 - enhance telnet task to be able to gather read outputs into a property
Summary: enhance telnet task to be able to gather read outputs into a property
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Optional Tasks (show other bugs)
Version: 1.5.3
Hardware: Other other
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL: http://ant.apache.org/manual/Optional...
Keywords:
Depends on: 20202
Blocks:
  Show dependency tree
 
Reported: 2003-05-24 12:35 UTC by Ralf Hauser
Modified: 2008-11-24 03:57 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Hauser 2003-05-24 12:35:08 UTC
if this is already possible, please describe how to do it in the documentation.


In comparison, the <get> task at least can output into a file as per
(http://ant.apache.org/manual/CoreTasks/get.html)
Comment 1 Larry Shatzer 2003-10-28 18:48:38 UTC
Possible solution is to use <loadfile> on the output file from <get> and then 
<delete> output file.

http://ant.apache.org/manual/CoreTasks/loadfile.html
Comment 2 Larry Shatzer 2003-10-28 18:52:17 UTC
Forget my comment. I mis-read this.

These are not the droids you are looking for.