AW: escaping tilde in filename extension

2007-08-23 Thread Jan.Materne
Thanks. I should drink my coffee _before_ answering questions ;) Jan >-Ursprüngliche Nachricht- >Von: Peter Reilly [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 23. August 2007 09:59 >An: Ant Users List >Betreff: Re: escaping tilde in filename extension >

Re: escaping tilde in filename extension

2007-08-23 Thread Peter Reilly
s [mailto:[EMAIL PROTECTED] Im Auftrag von Mario Madunic > >Gesendet: Mittwoch, 22. August 2007 18:45 > >An: user@ant.apache.org > >Betreff: escaping tilde in filename extension > > > >I'm trying to move files according to extension and content > >prior

AW: escaping tilde in filename extension

2007-08-23 Thread Jan.Materne
It seems that the tilde is not a valid xml character ... dec : 126 hex : 7E html: ˜ Jan >-Ursprüngliche Nachricht- >Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Mario Madunic >Gesendet: Mittwoch, 22. August 2007 18:45 >An: user@ant.apache.org >Betreff: escaping ti

Re: escaping tilde in filename extension

2007-08-22 Thread Mario Madunic
Thank you, worked like a charm. Marijan (Mario) Madunic Quoting Peter Reilly <[EMAIL PROTECTED]>: > You need to disable the defaultincludes attribute. > > > > > > http://ant.apache.org/manual/CoreTypes/fileset.html > > Peter > > > On 8/22/07, Mario Madunic <[EMAIL PROTECTED]> wrote: >

Re: escaping tilde in filename extension

2007-08-22 Thread Peter Reilly
You need to disable the defaultincludes attribute. http://ant.apache.org/manual/CoreTypes/fileset.html Peter On 8/22/07, Mario Madunic <[EMAIL PROTECTED]> wrote: > I'm trying to move files according to extension and content prior to parsing > and > some files have an extension of .xml~.

escaping tilde in filename extension

2007-08-22 Thread Mario Madunic
I'm trying to move files according to extension and content prior to parsing and some files have an extension of .xml~. These files are duplicates of existing .xml files and I want to keep them for legacy purposes. I've been unable to move them using the following The tilde seems to