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=11138>. 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=11138 Include Tag ------- Additional Comments From [EMAIL PROTECTED] 2002-07-24 20:22 ------- Ofcoure I mean contents of file and ofcourse this can be acheived by Selectors ####### Selectors are a mechanism whereby the files that make up a fileset can be selected based on criteria other than filename as provided by the <include> and <exclude> tags. Contains Selector The <contains> tag in a FileSet limits the files defined by that fileset to only those which contain the string specified by the text attribute. . Attribute Description Required text Specifies the text that every file must contain Yes casesensitive Whether to pay attention to case when looking for the string in the text attribute. Default is true. No ####### http://jakarta.apache.org/ant/manual/CoreTypes/selectors.html I hope I am 100% clear I need this to replace this command of makefile find . -name "*.bat" -print | grep -v "ejb/" >> .tarfiles if you know help me Regards Mahesh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
