RE: rexec task failed with error "can't connect to..."

2009-02-19 Thread Anat
Thanks :) Rinehart, Raleigh wrote: > > > >> -Original Message- >> From: Anat [mailto:anat.ba...@gmail.com] >> Sent: Wednesday, February 18, 2009 3:13 AM >> To: user@ant.apache.org >> Subject: rexec task failed with error "can't connect

RE: rexec task failed with error "can't connect to..."

2009-02-18 Thread Rinehart, Raleigh
> -Original Message- > From: Anat [mailto:anat.ba...@gmail.com] > Sent: Wednesday, February 18, 2009 3:13 AM > To: user@ant.apache.org > Subject: rexec task failed with error "can't connect to..." > > > Hi, > When I run rexec task it fails wit

rexec task failed with error "can't connect to..."

2009-02-18 Thread Anat
Hi, When I run rexec task it fails with the error "can't connect to ". I run it in the following way: I also tried to run the task on other machines but it failed with the same error. My machine is windows 2008. The final goal is to run the task from linux machine on a windo

Rexec Task

2008-02-12 Thread Swati Gaikwad
Hello, I am using the rexec task of ant. This is the very useful task I found. I have a doubt: I want to run a shell script remotely using rexec task of ant. This shell script runs another process to the background. When I

Re: Rexec task for bash command in ant script

2008-01-24 Thread Chuck Holzwarth
ad <[EMAIL PROTECTED]> wrote: Hello, I am using the rexec task of ant. I could successfully run the commands (ls, cd, pwd, etc) to the remote machine using rexec task of ant. When I try to run the bash command, rexec hangs. The rexec task I tried is as follows: command="bash"

Rexec task for bash command in ant script

2008-01-23 Thread Swati Gaikwad
Hello, I am using the rexec task of ant. I could successfully run the commands (ls, cd, pwd, etc) to the remote machine using rexec task of ant. When I try to run the bash command, rexec hangs. The rexec task I tried is as follows: Can I have a solution for this? Please let me