Re: Include/exclude precedence

2006-03-17 Thread Dominique Devienne
> > > > > > > > > It appeared to exclude the build.xml in the ClearCache folder, but was > picking up the build.xml files in the com subdirectory. How do these > two nested elements interact? First file are selected from the includes. Th

Include/exclude precedence

2006-03-06 Thread Eric Wood
Wondering how the precedence of include and exclude nested elements works in a fileset. I was trying to exclude a few build.xml files in a subdirectory; here is my code snippet: It appeared to exclude the build.xml in the Clea