I have tried that as well as unzip -of. I believe it's a bug in the telnet task. I am responsible for automating ~20 java apps (build and deployment) and I see similar things with every build file. If I nohup the tar and sleep 60, then it works fine. Has anyone else experienced this?
-----Original Message----- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 12:52 PM To: Ant Users List Subject: Re: Telnet and tar -xvf there is no obvious reason for this; <telnet> just sends command down and waits for prompts. Maybe the prompt that the tar has finished is being lost -try "tar -xf instead". ----- Original Message ----- From: "Vaughn, Julia" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 6:26 AM Subject: Telnet and tar -xvf > I posted a message about a week ago regarding the telnet task and never got > a response. If anyone can help in any way I would be very appreciative. > > In my deployment automation, I am using the telnet task to log into an > external server, stop services, expand files, and restart services. I am > encountering the following problems: > > rm -rf (Access denied error. Permissions are set correctly and I am able to > do it manually by telnet) > tar -xvf (hangs. I initially thought it was timing out, but no matter how > long I increase the time-out- it still times out) > > Thanks in advance, > Julia > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
