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