Re: Problem with SSHEXEC and nohup

2005-05-13 Thread Alexey N. Solofnenko
The command does not work, because you need to redirect STDxxx file handles to /dev/null (or some file(s)) first. You may also need to run a script interpreter first, or create a separate script in order to be able to redirect STDxxx handles. - Alexey. Dave Bartmess wrote: I'm trying to do a fo

Re: Problem with SSHEXEC and nohup

2005-05-13 Thread Ninju Bohra
Rather than trying to get the task to return quickly, what about trying the task to invoke the four 's calls at once. Just my 2 cents, Ninju --- Dave Bartmess <[EMAIL PROTECTED]> wrote: > I'm trying to do a four-task parallel call, using > sshexec to call the > remote builds. Each build is a re

Problem with SSHEXEC and nohup

2005-05-13 Thread Dave Bartmess
I'm trying to do a four-task parallel call, using sshexec to call the remote builds. Each build is a replica of the calling build, just on a different platform. The build script portion is below. The problem is, when ant executes the sshexec task, despite what I put in the remotebuild.sh, such a