Re: removing trailing whitespaces reading properties files

2009-01-26 Thread Blaine Simpson
Trimming leading spaces in properties files would break line-continuation. However, the same tactic can easily be handled by just using a replaceregex filter instead of a trim filter, like Brian Stephenson wrote: > I believe something like this should work: > > > > >

Re: removing trailing whitespaces reading properties files

2009-01-26 Thread Brian Stephenson
I believe something like this should work: Trim does trim the leading whitespaces as well as trailing whitespaces, but that should not matter while reading a property file. Brian On Jan 26, 2009, at 9:57 AM, Stefano

removing trailing whitespaces reading properties files

2009-01-26 Thread Stefano Nichele
Hi All, is there a simple way to remove trailing whitespaces/tabs reading properties files ? Thanks in advance ste - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apach