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 r
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 kn