On Tue, 24 Jul 2001, Jamie Echlin <[EMAIL PROTECTED]> wrote:

> I am using the excludesfile attribute in my fileset. The excludes
> file contains a list of newline delimited patterns - the problem is
> I can't get it to match what I want.

First, make sure the patterns denote a path relative to the base
directory of the fileset.

> I want to exclude files that begin with _inc, I've tried *_inc*,
> _inc, ^_inc* but files beginning _inc keep slipping though.

Probably more something like _inc* - or to get that recursively **/_inc*

Stefan

Reply via email to