Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 65042 invoked from network); 23 Feb 2005 21:20:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Feb 2005 21:20:37 -0000 Received: (qmail 7123 invoked by uid 500); 23 Feb 2005 21:20:36 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 7063 invoked by uid 500); 23 Feb 2005 21:20:36 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 7048 invoked by uid 99); 23 Feb 2005 21:20:36 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 23 Feb 2005 13:20:34 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j1NLKWP2025457 for ; Wed, 23 Feb 2005 22:20:32 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j1NLKVWZ025455; Wed, 23 Feb 2005 22:20:31 +0100 Date: Wed, 23 Feb 2005 22:20:31 +0100 Message-Id: <200502232120.j1NLKVWZ025455@ajax.apache.org> From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 33697] - exec gives errror on trying to run on solaris X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 muralirama@yahoo.com 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 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: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org