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