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
>
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
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
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:
>
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~.
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