--- "Rebo, Alex" <[EMAIL PROTECTED]> wrote:

Any relation to Max?  (sorry, couldn't resist...)

> 
> >Hello,
> >
> >Could you, please, help me to understand how to
> utilize Resource
> >Collections? 
> >
> >As an example, please, consider illustrating how
> Ant task may verify the
> >proper # of elements in a particular collection
> (say, number of files in a
> >fileset) or 
> >operate only on a subset of elements that different
> from the list obtained
> >in an earlier step (i.e., contents of some other
> directory, represented,
> >say, by a fileset).
> >

What?  You want to know how many elements of one
fileset are not in another fileset?  Given filesets f1
and f2:

<resourcecount>
  <difference>
    <fileset refid="fs1" />
    <fileset refid="fs2" />
  </difference>
</resourcecount>

Does that answer your question?

-Matt

> >Honestly tried to figure it out from the manual,
> but ...
> >
> >Many thanks!
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to