Re: error while using exec rsync

2006-08-15 Thread Dominique Devienne
[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

error while using exec rsync

2006-08-15 Thread Michael Bauroth
Hi, just a second question. I've searched before over about a hour with Google, but without success. I call the following script from within Eclipse (Windows XP): All what I get is the following error :( [exec] rsync: Failed to exec ssh: No such file or director