[exec] rsync: Failed to exec ssh: No such file or directory (2)
Probably a Path issue. You use an absolute path for the rsync executable, but this one simply exec's ssh with no path, and can't find it. Adjust your Path (or PATH) to find all cygwin's executable,
From outside the build, or inside using nested <env> params, although
it's tricky to do that portably. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]