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

Re: ANT 1.7.1 property evaluation

2010-05-02 Thread Stefan Bodewig
On 2010-04-30, Shawn Castrianni wrote: > I have never needed to know the answer to this before, but: > Is it the custom ant task's responsibility to evaluate ant properties > if passed to them OR does ANT evaluate these before passing it to the > custom ant task? Ant evaluates properties for at

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 ---