Re: multiple mappings and copy

2010-05-02 Thread Stefan Bodewig
On 2010-05-02, Patrick Martin wrote: > when using , are the source files > read only once or as many times as there are mappings? As many times as there are target files. Stefan - To unsubscribe, e-mail: user-unsubscr...@ant.a

multiple mappings and copy

2010-05-02 Thread Patrick Martin
Hello, when using , are the source files read only once or as many times as there are mappings? for example How many times should the file be read? Thanks, Patrick ---