I tried it (with Gump), and wasn't successful running it on Windows. It worked for relative path, but I soon as I used fullpath C:\..., it choked on that, and UNC path didn't work either. Let me know if you get it to work please. --DD
-----Original Message----- From: Marius Scurtescu [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 11:30 AM To: 'Ant Developers List' Subject: RE: folder synchronization Thanks. Currently I am running my scripts under Windows but they will have to run under Linux as well. I am not too sure about rsync under Windows, but I will look into that. Marius -----Original Message----- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 2:23 AM To: [EMAIL PROTECTED] Subject: Re: folder synchronization On Tue, 10 Sep 2002, Marius Scurtescu <[EMAIL PROTECTED]> wrote: > Is there a folder synchronization task out there? This has come up every now and then, but I don't think one has been finished at any point. You can always <exec> rsync which should be fast and reasonably portable. For a more standalone Ant solution, I think a combination of <copy> and <delete> together with some creative use of the <present> selector should get you there. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
