Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 84090 invoked from network); 27 Apr 2003 23:36:43 -0000 Received: from plmler2.mail.eds.com (199.228.142.72) by daedalus.apache.org with SMTP; 27 Apr 2003 23:36:43 -0000 Received: from plmlir5.mail.eds.com (plmlir5-2.mail.eds.com [199.228.142.135]) by plmler2.mail.eds.com (8.11.6p2/8.11.6) with ESMTP id h3RNaoc26346 for ; Sun, 27 Apr 2003 18:36:50 -0500 Received: from plmlir5.mail.eds.com (localhost [127.0.0.1]) by plmlir5.mail.eds.com (8.11.6p2/8.11.6) with ESMTP id h3RNam402241 for ; Sun, 27 Apr 2003 18:36:49 -0500 (CDT) Received: from usplm102.exsc01.exch.eds.com (USPLM102.txpln.us.eds.com [198.132.135.15]) by plmlir5.mail.eds.com (8.11.6p2/8.11.6) with ESMTP id h3RNamx02237 for ; Sun, 27 Apr 2003 18:36:48 -0500 (CDT) Received: by USPLM102.txpln.us.eds.com with Internet Mail Service (5.5.2656.59) id ; Sun, 27 Apr 2003 18:36:47 -0500 Message-ID: <7A57F750AF65D411949C00508BDFD8181AE171B3@USPLM202> From: "Lopez, William" To: Ant Users List Subject: Telnet woes Date: Sun, 27 Apr 2003 18:36:47 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello List: I have a telnet task running from a Win2000 box (jdk 1.3, Ant 1.5.1) connecting to an AIX box. The connection is fine but when the "cd" command is executed the task hangs forever. Here is the property used and the telnet read and write tags: ... ... ... cd ${installable_dir} wasadmin@server:/usr/WebSphere/AppServer/installableApps ...the following output is trapped on the log file. I'm sure this is part of the problem but I don't understand what is causing it. I've successfully executed another telnet target similar to this one(in fact I used the other to make this one). cd /usr/WebSphere/AppServer/installableApps [telnet] > cd /usr/WebSphere/AppServer/installableApServer/installable Ap <ps Thanks, -Will