DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33697>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33697





------- Additional Comments From [EMAIL PROTECTED]  2005-02-23 22:20 -------
(In reply to comment #3)
> Use ssh - it can act as secure rexec or rexec itself, if security is not 
important (but it always is).
Alexey,
  ssh command hangs when I try to run my script on that machine.  My script is 
r1.sh and it has  
#!/bin/ksh
echo 'Hi' > zzz.txt
My build.xml has
<project>
<target name="init">
<sshexec host="dtrade01" username="e3umar" password="abc123" 
command="ksh ./r1.sh" trust="yes">
        </sshexec>
</target>
</project>

I even tried r1.sh instead of giving command as ksh ./r1.sh but still it hangs.
Please tell what is the way to run script on that machine?
Thanks
-murali

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to