http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1034
*** shadow/1034 Mon Mar 19 15:47:25 2001 --- shadow/1034.tmp.7610 Mon Mar 19 15:47:25 2001 *************** *** 0 **** --- 1,35 ---- + +============================================================================+ + | Telnet is not properly executing a command | + +----------------------------------------------------------------------------+ + | Bug #: 1034 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: | + | Priority: Medium Component: Optional Tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The optional task <telnet> is not properly executing a tar command. + + I have a file, fullmealdeal.tar.gz, which is composed of fries.tar and + burger.tar. + + If I execute the following command from the command line with, while logged + onto the remote host as root, both the fries.tar and burger.tar are extracted + correctly: + tar --extract --gunzip --file=fullmealdeal.tar.gz + + If I logon to the remote host as root using the telnet task and execute the + command + <write string="tar --extract --gunzip --file=fullmealdeal.tar.gz"/>, then only + the fries.tar is extracted. + + I have had no problems with other commands using the telnet task. + + Ant: 1.3 + OS: Win2000 (localhost), RH Linux 6.1 (remote)
