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





------- Additional Comments From [EMAIL PROTECTED]  2003-10-13 18:50 -------
With
<classes dir="${build.dir}"
   includes=" ${build.resources.include},
          **/control/action/SmtpsProcessAction.class">
                <and>
                  <filename name="**/*.class"/>
                  <not>
                        <filename name="**/privalope/control/action/**"/>
                  </not>
                </and>
 </classes>

the entire <and> has no effect  :(

related Fileset Problems are in
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23791

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

Reply via email to