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:
<rexec userid="sgaikwad" password="swati" server="192.168.10.42"
command="bash"/>Can I have a solution for this? Please let me know is it possible to run bash using rexec task of ant to remote machine. Thanks and Regards, Swati
