Re: removing trailing whitespaces reading properties files

2009-01-26 Thread Blaine Simpson
;> 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.apache.org

Re: removing trailing whitespaces reading properties files

2009-01-26 Thread Brian Stephenson
Nichele wrote: 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

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

Re: Reading properties

2006-01-10 Thread Neil Benn
Hello, I had a simialr problem to this, if you cannot switch \ to / (I had a problem that I needed to replace a path whihc became a commadn line). I ended up having to put four \ to replace one \. This ended up being two for java and two for a regex although you are not using regexs -

Re: Reading properties

2006-01-09 Thread Stefan Bodewig
On Mon, 9 Jan 2006, shreedhar natarajan <[EMAIL PROTECTED]> wrote: > One of my property file has key/values such as > > path=something\usb > I understand that it interprets \u in usb as unicode char. Yes. > I tried to use a filter to change "\" to "\\" > > file="${build_dir}/myvalues.prop

RE: Reading properties

2006-01-09 Thread bill/wilandra
Try changing the \ to / in the file. HTH Bill -Original Message- From: shreedhar natarajan [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 4:46 PM To: Ant Users List Subject: Reading properties hi all, One of my property file has key/values such as path=something\usb When

Reading properties

2006-01-09 Thread shreedhar natarajan
hi all, One of my property file has key/values such as path=something\usb When I read this property like ant throws an exception, C:\mydir\build.xml:35: java.lang.IllegalArgumentException: Malformed \u encoding. I understand that it interprets \u in usb as unicode char. how to over co

RE: xmlproperty-target reading properties

2003-11-19 Thread Sakke Wiik
Hi, I can't get it to work with the semantic properties. None of these works: , cheers, Sakke > -Original Message- > From: Markku Saarela [mailto:[EMAIL PROTECTED] > Sent: 19. marraskuuta 2003 8:38 > To: Ant Users List > Subject: RE: xmlproperty-targe

RE: xmlproperty-target reading properties

2003-11-18 Thread Markku Saarela
Hi, Try this one with ant 1.6 beta2 rgds, Markku -Original Message- From: Sakke Wiik [mailto:[EMAIL PROTECTED] Sent: 18. marraskuuta 2003 15:04 To: [EMAIL PROTECTED] Subject: xmlproperty-target reading properties Hi, I'm using Ant 1.6beta2 and cannot figure out how to rea