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 with embedded spaces as a single > nested <include> 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 <zip>) >> <fileset dir="C:/Dokumente und Einstellungen" >> includes="any.txt"/> >> >> but if the drive letter is alone no files are >> included: >> <fileset dir="C:/" includes="Dokumente und >> Einstellungen/any.txt"/> >> >> Any idea? >> >> Thanks Marc >> >> >> >> >> > --------------------------------------------------------------------- >> To unsubscribe, e-mail: >> [EMAIL PROTECTED] >> For additional commands, e-mail: >> [EMAIL PROTECTED] >> >> > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
