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
> -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
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
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
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"
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