Re: FileNameMapper implementation gets invoked twice inside a

2010-05-03 Thread Marco Faustinelli
gets invoked twice inside a On 2010-05-03, Marco Faustinelli wrote: > I have written a FileNameMapper that gets invoked during the run of a > task. What puzzles me is that the mapper is invoked TWICE per > each file handled by the copy task, whereas I request only ONE > invocati

Re: FileNameMapper implementation gets invoked twice inside a

2010-05-03 Thread Stefan Bodewig
On 2010-05-03, Marco Faustinelli wrote: > I have written a FileNameMapper that gets invoked during the run of a > task. What puzzles me is that the mapper is invoked TWICE per > each file handled by the copy task, whereas I request only ONE > invocation. I don't think Ant makes any guarantees a

FileNameMapper implementation gets invoked twice inside a

2010-05-03 Thread Marco Faustinelli
Good day to everybody, I have written a FileNameMapper that gets invoked during the run of a task. What puzzles me is that the mapper is invoked TWICE per each file handled by the copy task, whereas I request only ONE invocation. The details follow here. Thanks in advance to whoever will want