RE: SSH in ANT?!?! (WAS: RE: process on a remote server via an AN
T ?????) | RE: SSH in ANT?!?! (WAS: RE: process on a remote server via an AN
T ?????) 2003-03-20 - By Anderson, Rob H - VSCM
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@(protected)] Sent: Wednesday, March 19, 2003 11:15 PM To: user@(protected) Subject: Re: SSH in ANT?!?! (WAS: RE: process on a remote server via an ANT ?????)
On Wed, 19 Mar 2003, Nathan Christiansen <Nathan_Christiansen@(protected)> 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@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |