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]
