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=20262>. 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=20262 RFE: allow not arround patternsets ------- Additional Comments From [EMAIL PROTECTED] 2003-05-28 07:21 ------- I see - so what we are missing is the "pick patterns from a file" feature of patternset to make selectors a full fledged replacement, otherwise I don't see a useablity difference between <patternset id="foo"> <include ... /> <.../> </patternset> <copy ...><not><patternset refid="foo"></not></copy> on the one side and <selector id="foo"> <or> <filename .../> ... </or> </selector> <copy ...><not><selector refid="foo"></not></copy> on the other.