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=16682>. 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=16682 Reference Selectors in FileSets man page Summary: Reference Selectors in FileSets man page Product: Ant Version: 1.5.1 Platform: All URL: http://ant.apache.org/manual/CoreTypes/fileset.html OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The manual page for FileSets doesn't mention that Selectors can be used. Some sort of reference to Selectors should be added. For example, going by the FileSets man page, you couldn't trace what this does: <fileset dir="${doc.path}" includes="**/*.html"> <contains text="script" casesensitive="no"/> </fileset>