Re: AW: Refresh file

2005-12-21 Thread edouard cante
from A to B? * files which doesnt exist in A wont be selected and therefore not be copied * older files in A are sorted out by Jan -Ursprüngliche Nachricht- Von: edouard cante [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 21. Dezember 2005 11:28 An: user@ant.apache.org Betreff: Refresh

AW: Refresh file

2005-12-21 Thread Jan.Materne
t.apache.org >Betreff: Refresh file > >Hello, > >I have 2 directory, A and B. >I would like to refresh B with A. In fact, I want that all the >files in B will be replace by the same file from A if it is >more recent and if it exists in A. >I test the task synchronise and co

Refresh file

2005-12-21 Thread edouard cante
Hello, I have 2 directory, A and B. I would like to refresh B with A. In fact, I want that all the files in B will be replace by the same file from A if it is more recent and if it exists in A. I test the task synchronise and copy, but my script always copy the new file from A to B. Thanks -