ant, rsync and exclude

2006-09-12 Thread Michael Bauroth
Hi, I know it's a more rsync related question. But probably somebody knows more about it. I try to use a ant task to rsync some directories. Now I want to keep 2 files on my destination directory, while the other files will be removed with --delete option, when they don't exist. I use the

Re: Replace problem

2006-09-12 Thread Michael Bauroth
amplon schrieb: Michael Bauroth a écrit : Hi MAT, unfortunately the issue is another one (using Eclipse): The value of attribute "value" associated with an element type "replace" must not contain the '<' character. What about : The > is probabl

Re: Replace problem

2006-09-12 Thread Michael Bauroth
Hi MAT, unfortunately the issue is another one (using Eclipse): The value of attribute "value" associated with an element type "replace" must not contain the '<' character. Regards Michael Mathieu Champlon schrieb: Michael Bauroth a écrit : Hi, I&#

Replace problem

2006-09-12 Thread Michael Bauroth
Hi, I'm having a little problem with the replace task. Here is the code snippet: " /> The use of wrapping CDATA doesn't work too. Have you eventually any suggestions? Thanx in advance. Regards Michael - To unsubscribe, e-m

Re: ant, rsync and ssh passphrase

2006-08-21 Thread Michael Bauroth
Thank you Antoine! Regards Michael Antoine Levy-Lambert wrote: Hi, if the implementation of rsync asks for the passphrase on the console and not from stdin (programs like su or login do this for their query of password) there is no way you can give the passphrase when starting rsync using

ant, rsync and ssh passphrase

2006-08-16 Thread Michael Bauroth
Hi, does there exist an option to use rsync with ssh + password/passphrase from within ANT too? If so, how can I call it? Any help would be great. Regards Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

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

Re: Question regarding recursive copy

2006-08-15 Thread Michael Bauroth
Strange ... works now !!! :) Don't know what it was. Thanx all of you. Regards Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Question regarding recursive copy

2006-08-15 Thread Michael Bauroth
Hi, I'm having the following problem: I want to make a recursive copy from a src to a dst folder within Eclipse. The old command copydir is deprecated and don't support the tag 'preservelastmodified' like the copy command. But with the copy command I have the problem, that e.g. for it