You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/02/13 15:21:00 UTC

DO NOT REPLY [Bug 14058] - fileset: Empty "includesfile" selects all files in "dir"

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

fileset: Empty "includesfile" selects all files in "dir"





------- Additional Comments From conor@cortexebusiness.com.au  2003-02-13 14:20 -------
Why do you feel the expected behaviour is an empty fileset? Since the inlcudes
file is defined to be 

"the name of a file; each line of this file is taken to be an include pattern."

an empty file is the same as no include patterns. A fileset with no include
patterns includes all files in the tree below the fileset dir.