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

Re: properties that start with ${..

2008-07-22 Thread Stefano Nichele
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

properties that start with ${..

2008-07-22 Thread Stefano Nichele
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

Handling files without extension with Fileset

2008-06-14 Thread Stefano Nichele
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