I've the following script to use the Telnet task using Ant1.5 on win2000:

<project name="telnetTest" default="telnet">
<target name="telnet">
        <telnet server="localhost">
          <read>C:\></read>
          <write>dir</write>
          <read>C:\></read>
        </telnet>
  </target>
</project>

Ant seems to be waiting for the 'C:\>' input stream forever. I know I must have
done something wrong in the <read> sub-task.

Any help will be greatly appreciated.

Thanks.

chen.

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

Reply via email to