Bruce,

Thanks for the examples and the descriptions.  A little bit of feedback....

>    <fileset dir="jakarta-ant" includeEmptyDirs="true">
>      <and>
>        <containsselect contains="<html>" casesensitive="false"/>
>        <sizeselect size="5" units="K" when="more"/>
>      </and>
>    </fileset>

You mean <copy includeemptydirs="true">, right?  <fileset> does not support
that attribute.

Also, I was just briefly looking at the code to get a feel for it.  I see in
ContainsSelector.isSelected that it returns true without closing the file.
I'm assuming that it should, right?

Thanks again for the examples.

    Erik




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

Reply via email to