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