RE: SSHExec Target

2008-01-24 Thread Anderson, Rob (Global Trade)
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

RE: SSHExec Target

2008-01-24 Thread Anderson, Rob (Global Trade)
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

RE: SSHExec Target

2008-01-24 Thread Rishi Gogia
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

RE: SSHExec Target

2008-01-24 Thread Anderson, Rob (Global Trade)
? Why use a shell script at all? -Rob Anderson -Original Message- From: Rishi Gogia [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 10:14 AM To: user@ant.apache.org Subject: SSHExec Target Hi I am using SSHExec target in my Build.xml which is calling a shell script. This

RE: SSHExec Target

2008-01-24 Thread Amarjit Jutla
- 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

Re: SSHExec Target

2008-01-24 Thread Chuck Holzwarth
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 execute

SSHExec Target

2008-01-24 Thread Rishi Gogia
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 solaris command prompt. but when executed from the build.xml, it doesn't