ver y.
-Rob A
-Original Message-
From: Rishi Gogia [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 24, 2008 11:15 AM
To: Ant Users List
Subject: RE: SSHExec Target
Hi Rob
Basically I have to perform some function of this script on one server
and some on the other
so i have one scri
Post the relevant portion of your build.xml and the output.
-Rob A
-Original Message-
From: Rishi Gogia [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 24, 2008 11:15 AM
To: Ant Users List
Subject: RE: SSHExec Target
Hi Rob
Basically I have to perform some function of this script
Script which
is done in an SSHExec target.
the whole script of server X works fine but the call to script on Server Y
doesnt work.
Please help me with it.
Thanks,
Rishi
> Subject: RE: SSHExec Target> Date: Thu, 24 Jan 2008 11:03:01 -0800> From:
> [EMAIL PROTECTE
So you are using the sshexec task to connect to a remote server and
execute a script that connects via ssh to another remote server. That
doesn't really make sense to do, in my opinion. Why not just use sshexec
to connect to the directly to the remote server you intend to execute
something on? Why
-
From: Chuck Holzwarth [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 24, 2008 1:43 PM
To: Ant Users List
Subject: Re: SSHExec Target
What does the sshexec code look like?
Rishi Gogia <[EMAIL PROTECTED]> wrote: Hi
I am using SSHExec target in my Build.xml which is calling a shell script
What does the sshexec code look like?
Rishi Gogia <[EMAIL PROTECTED]> wrote: Hi
I am using SSHExec target in my Build.xml which is calling a shell script. This
shell script internally connects to another server in the network through SSH.
The shell script is running fine when executed from sol