Re: Root drive in fileset dir

2006-10-10 Thread Marc Dzaebel
that works, thanks a lot. It seems to be impossible to escape spaces in includes/excludes attribute values. My proposal would be to introduce a "separators" attribute that defaults to "; " Marc "Matt Benson" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Try the include w

Re: Root drive in fileset dir

2006-10-10 Thread Michael Giroux
From the ANT docs for filesets: includes -- comma- or space-separated list of patterns of files that must be included; all files are included when omitted. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: Root drive in fileset dir

2006-10-10 Thread Matt Benson
Try the include with embedded spaces as a single nested element. Most likely the spaces are being taken as separators indicating you want to match patterns "Dokumente", "und", "Einstellungen/any.txt". HTH, Matt --- Marc Dzaebel <[EMAIL PROTECTED]> wrote: > The following works (inside ) >

Root drive in fileset dir

2006-10-10 Thread Marc Dzaebel
The following works (inside ) but if the drive letter is alone no files are included: Any idea? Thanks Marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]