Re: ReplaceRegExp with windows filenames

2005-08-27 Thread Neil Benn
rom: Neil Benn [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 25, 2005 9:55 PM > > To: Ant Users List > > Subject: Re: ReplaceRegExp with windows filenames > > > > /* > > [...] > > > > So, it seems if I use ReplaceRegEx on the

Re: ReplaceRegExp with windows filenames

2005-08-27 Thread Neil Benn
enn [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 25, 2005 9:55 PM > To: Ant Users List > Subject: Re: ReplaceRegExp with windows filenames > > /* > [...] > > So, it seems if I use ReplaceRegEx on the file or load the file > into a property and if I use one or two back

RE: ReplaceRegExp with windows filenames

2005-08-26 Thread Rebhan, Gilbert
Hi, -Original Message- From: Neil Benn [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 9:55 PM To: Ant Users List Subject: Re: ReplaceRegExp with windows filenames /* [...] So, it seems if I use ReplaceRegEx on the file or load the file into a property and if I use one

Re: ReplaceRegExp with windows filenames

2005-08-25 Thread Neil Benn
next to me!!) - will post to anywhere in the world ;-). Cheers, Neil On 8/25/05, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: > > Hi, > > > -Original Message- > From: Neil Benn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 24, 2005 11:19 PM > To: Ant Users List

RE: ReplaceRegExp with windows filenames

2005-08-24 Thread Rebhan, Gilbert
Hi, -Original Message- From: Neil Benn [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 11:19 PM To: Ant Users List Subject: Re: ReplaceRegExp with windows filenames /* Thanks for the tip - however it still does the same thing - it seems like the backslashes are

Re: ReplaceRegExp with windows filenames

2005-08-24 Thread Neil Benn
Hello, Thanks for the tip - however it still does the same thing - it seems like the backslashes are simply being ignored (if there is one or two). I'll make some further investigations - if anyone has ideas as to what could be going on here - I;d appreciate any pointers. One thing

Re: ReplaceRegExp with windows filenames

2005-08-22 Thread Andrew Goktepe
Assuming that having double backslashes in the basedir would solve your problem, you could use the propertyregex task from ant-contrib to use a second property with that substitution: ... Yes, there are 8 backslashes in the 'replace' attribute value. That is how many I needed to end up with