--- [EMAIL PROTECTED] wrote:
> Personally I think about <ex|include> AS a selector
> :-) It�s selected if the
> filename
> matches the given string.

I used to think of patternsets as selectors as well.

> 
> <fileset dir="" includes="foo"/> 
> 
> is the same as
> 
> <fileset dir="">
>   <include name="foo"/>
> </fileset>
> 
The nested include is still a pattern rather than a
selector; a better comparison would have been

<fileset dir="">
  <filename name="foo" />
</fileset>

But when you start getting into Ant's filescanning
implementation you see that patterns have precedence
over selectors, which can have surprising results
under the right/wrong circumstances.

-Matt


                
__________________________________ 
Yahoo! Messenger 
Show us what our next emoticon should look like. Join the fun. 
http://www.advision.webevents.yahoo.com/emoticontest

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to