If your goal is just to copy only those files that have been modified, won't Ant's <copy> task work for you? By default it only copies files that have been modified.
On Mon, 19 Jan 2004, at 20:04:04 [GMT +0100] Endre Meckelborg Rognerud wrote: > Jefferson K. French (19.01.2004 16:29): >> I don't know much about Jelly, but if the stuff in squiggly braces is >> supposed to be Java, don't you want a ">" instead of "gt"? > I have tried this with no luck :( >> Another alternative to try is Ant's <uptodate> task. > The problem is that I have a forEarch loop to run through several files. > If I use Ant's uptodate task, it tries to set the same property for each > file, and the property can only be set once. So the value will be the > same for every file. > Thanks anyway... -- mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
