On Tue, 11 Apr 2006, Row M. <[EMAIL PROTECTED]> wrote: > Thanks for the reply but it works with <fileset includes> > and doest work with <fileset> <include>
which is excactly what the manual says, isn't it? It never says you could use a comma separated list of patterns for the name attribute of <include> or <exclude>. The reason for this is that you can easily use multiple include elements. In addition you can specify file names that contains commas (or spaces, for that matter) for include's name attribute which would be impossibly if it would split the strings just like the includes attribute of fileset does. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
