Re: Replacing chars in a property

2007-11-19 Thread Nicolai Kamenzky
: Nicolai Kamenzky [mailto:[EMAIL PROTECTED] Sent: Sunday, November 18, 2007 10:33 PM To: Ant Users List Subject: Re: Replacing chars in a property /* ... I wonder why simple string operations seem to be unavailable for working solely on properties... ... */ Because in core ant, once set properties

RE: Replacing chars in a property

2007-11-19 Thread Rebhan, Gilbert
-Original Message- From: Nicolai Kamenzky [mailto:[EMAIL PROTECTED] Sent: Sunday, November 18, 2007 10:33 PM To: Ant Users List Subject: Re: Replacing chars in a property /* ... I wonder why simple string operations seem to be unavailable for working solely on properties

Re: Replacing chars in a property

2007-11-18 Thread Nicolai Kamenzky
Hi Rob, I can't find a task with the name "URLFixer" or similar. I wonder why simple string operations seem to be unavailable for working solely on properties... Cheers, Nicolai On 16.11.2007, at 21:44, Rob Wilson wrote: I might be wrong, but I think there is a URLFixer task - or something si

Re: Replacing chars in a property

2007-11-16 Thread Rob Wilson
I might be wrong, but I think there is a URLFixer task - or something similarly named, would that be useful? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Replacing chars in a property

2007-11-16 Thread Nicolai Kamenzky
Thanks a lot David! I succeeded by doing this: My original path is inside the property "basedir" while the file "xyz" contains the string "${basedir}". Thus I get my original path by using "". (My modified pa

Re: Replacing chars in a property

2007-11-15 Thread David Weintraub
A little tired right now to test it, but you could use a filter in a copy. See these pages: On Nov 15, 2007 1:32 PM, Nicolai Kamenzky <[EMAIL PROTECTED]> wrote: > Hi f

RE: Replacing chars in a property

2007-11-15 Thread Rebhan, Gilbert
-Original Message- From: Nicolai Kamenzky [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 14, 2007 4:43 PM To: user@ant.apache.org Subject: Replacing chars in a property /* Hi folks! I have a property which contains a path "C:\Documents and Settings \..." and I have to convert it