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: Ant 1.5 to 1.7 problem.

2007-11-15 Thread richardmonk
This patch jar has only 1 class inside. After i commented out this jar, the compile went well so far so good. I am going to exclude this jar. Before that, just paste the only class/java here. If you have any infor on this (and/or related to ant 1.7), please let me know. Thanks. I guess this is a p

Replacing chars in a property

2007-11-15 Thread Nicolai Kamenzky
Hi folks! I have a property which contains a path "C:\Documents and Settings \..." and I have to convert it to this format "c/Documents\ and\ Settings/...". Thus I have to replace "\" with "/" and so on. How do I do this? I can access my property with ${myProperty} and want to get another

AW: Suppress echo of targetname

2007-11-15 Thread Jan.Materne
Why not just Jan > -Ursprüngliche Nachricht- > Von: nissea [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 15. November 2007 12:13 > An: user@ant.apache.org > Betreff: Suppress echo of targetname > > > Hi > > I would like to check all files in a directory and if the > filename

Suppress echo of targetname

2007-11-15 Thread nissea
Hi I would like to check all files in a directory and if the filename starts with "hash" the file should be removed. My code looks like this: The target "delete" calls the target "deleteHash" for every file that are in the directory "C:\TEM

AW: Replacing chars in a property

2007-11-15 Thread Jan.Materne
? Jan > -Ursprüngliche Nachricht- > Von: Nicolai Kamenzky [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 14. November 2007 16:43 > An: user@ant.apache.org > Betreff: Replacing chars in a property > > Hi folks! > > I have a property which contains a path "C:\Documents and Settings >

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