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=23820>.
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=23820

include scanner setup non-nested filesets in debug output





------- Additional Comments From [EMAIL PROTECTED]  2003-10-15 07:01 -------
<filename/> is a selector, not a fileset or directoryscanner. That is why there
is not the same kind of debug output.

By the way :
------------
If you can, use the include/exclude patterns. Include patterns which do not
begin by ** are optimized in ant1.6 (ie the scanner goes directly to the non
wildcarded part of the pattern).

Only use the filename selector rather than the include/exclude patterns of
fileset when you cannot achieve the same result with pure include/exclude
patterns. For instance, 
<or>
<date datetime="01/01/2001 12:00 AM" when="before"/>
<filename name="*.gif"/>
</or>
is a selector construct which you cannot achieve with pure include/exclude 
patterns.

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

Reply via email to