DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23760>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23760

allow for regular expressions in FileSet include and exclude

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Enhancement



------- Additional Comments From [EMAIL PROTECTED]  2003-10-13 09:37 -------
To answer your question first: yes.

Your examples

<and>
  <filename name="**/*.class"/>
  <not>
    <filename name="**/one directory/**"/>
  </not>
</and>

and the second one should already work with includes="**/abc.class".

Adding new selectors has become straight forward in Ant 1.6, what you need can
already be done using selector containers.  A matches attribute on <filename>
or something similar might be a good idea, but certainly is an enhancement
request.

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

Reply via email to