On 2010-02-02, Raja Nagendra Kumar <[email protected]> wrote:

>  <fileset refid="src.select.patterns" >
>                 <include name="**/*ApplicationManager.java"/>

>             </fileset>

> Would be possible to fileset or any resource collection, when refered
> through a reference, can this be further narrowed using the <include> and
> <exclude>

Yes, see the <restrict> resource collection (and the <name> selectors).

<restrict>
  <fileset refid="src.select.patterns"/>
  <name name="**/*ApplicationManager.java"/>
</restrict>

Wrap <name> into <not> for excludes and use <and>/<or> to combine
multiple selectors.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to