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):
<exec dir="." executable="d:/programs/development/cygwin/bin/rsync.exe" >
<arg value="-v" />
<arg value="-r" />
<arg value="-t" />
<arg value="-z" />
<arg value="-P" />
<arg value="--rsh=ssh" />
<arg value="--delete" />
<arg value="${deploy.dir}" />
<arg value="[EMAIL PROTECTED]:${destDir}" />
</exec>
All what I get is the following error :(
[exec] rsync: Failed to exec ssh: No such file or directory (2)
[exec] rsync error: error in IPC code (code 14) at
/home/lapo/packaging/tmp/rsync-2.6.6/pipe.c(83)
[exec] rsync: connection unexpectedly closed (0 bytes received so far)
[sender]
[exec] rsync error: error in rsync protocol data stream (code 12) at
/home/lapo/packaging/tmp/rsync-2.6.6/io.c(434)
[exec] Result: 12
Don't know what it mean, When I use the concatenated string from within
cygwin, all works fine!?
Do you have any idea?
Any help is highyl appreciated.
Regards
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]