Re: telnet task problem "unexpected element"

2002-01-16 Thread Stefan Bodewig
On Fri, 11 Jan 2002, Steve Hahn <[EMAIL PROTECTED]> wrote: > I am getting an error when I try to run my build script with the > optional telnet task in the target. Are you sure there is no other (older) version of Ant in your CLASSPATH? What does ant -version say? Stefan -- To unsubscribe, e-

RE: Telnet task problem - thanks.

2001-04-23 Thread Gary Lawson
Excellent, thank you John, that worked. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 23 April 2001 15:03 To: [EMAIL PROTECTED] Subject: RE: Telnet task problem Try using a read sub-task to read the prompt you expect (or part of it) before you write...it

RE: Telnet task problem

2001-04-23 Thread John . D . Casey
Try using a read sub-task to read the prompt you expect (or part of it) before you write...it may be blocking indefinitely, and may not be aware that the connection is live...just an idea. John -Original Message- From: gary [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 8:59 A