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
applies once the internal $$ has been skipped (the
subsequent { is not recognized as part of a nested
property so the next } is seen as closing the outer
property). It might be possible to introduce some
other mechanism to recognize delimited strings, but
I'd have to think more about that.
-Matt
Hi all,
I have a property with name ${car}. Note that the name is not just
"car" but ${car}.
Using echoproperties I see:
[echoproperties] ant.version=Apache Ant version 1.6.5 compiled on June 2
2005
[echoproperties] ${car}=fiat
How to handle that property ? How to do something like:
sin
Hi all,
is there a way to define a FileSet for the files in a given directory
without extension ?
I'm using ANT 1.6.5.
Thanks in advance
ste
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL P