Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 18701 invoked from network); 20 Mar 2003 16:15:16 -0000 Received: from mailhost2.cnf.com (HELO ljcqs053.cnf.com) (63.230.177.24) by daedalus.apache.org with SMTP; 20 Mar 2003 16:15:16 -0000 Received: from cnfqs057.cnf.prod.cnf.com (localhost [127.0.0.1]) by ljcqs053.cnf.com (Postfix) with ESMTP id 92DDFDC0 for ; Thu, 20 Mar 2003 08:15:17 -0800 (PST) Received: by cnfqs057.cnf.prod.cnf.com with Internet Mail Service (5.5.2653.19) id ; Thu, 20 Mar 2003 08:15:17 -0800 Message-ID: <63BE788A833D91428710CF72A5B127471D3FF2@ljcme002.prod.vectorscm.com> From: "Anderson, Rob H - VSCM" To: 'Ant Users List' Subject: RE: SSH in ANT?!?! (WAS: RE: process on a remote server via an AN T ?????) Date: Thu, 20 Mar 2003 08:15:14 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N You can do multiple commands. For example, setting command="cd /usr/local/bin ; rm -rf something ; tar zxf ~/something.tar.gz" would first cd to /usr/local/bin, then delete the "something" directory, and then untar the file ~/something.tar.gz. -----Original Message----- From: Stefan Bodewig [mailto:bodewig@apache.org] Sent: Wednesday, March 19, 2003 11:15 PM To: user@ant.apache.org Subject: Re: SSH in ANT?!?! (WAS: RE: process on a remote server via an ANT ?????) On Wed, 19 Mar 2003, Nathan Christiansen wrote: > SSH support is landing in the 1.6 release of ant? It is already there (scp and single command sshexec). You are much encouraged to try a recent nightly build and help us getting things stabilized. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org