Re: Transforming a text file line by line with ant.

2010-05-04 Thread Marco Faustinelli
Ehm, well    :8} I guess I mixed up mappers with filters. Thank you for the advice. Marco From: Stefan Bodewig To: user@ant.apache.org Sent: Tue, May 4, 2010 10:02:16 AM Subject: Re: Transforming a text file line by line with ant. They can?  Yesterday

Transforming a text file line by line with ant.

2010-05-03 Thread Marco Faustinelli
there a better way of doing this in the ant toolbox? Thanks in advance. Have a nice day, Marco Faustinelli

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

FileNameMapper implementation gets invoked twice inside a

2010-05-03 Thread Marco Faustinelli
to spend some time on my issue. Have a nice day, Marco Faustinelli - Italy DETAILS: The mapper writes the name of the file currently processed into a property of my chosing. The signature of the class is