> From: Jeffrey Bacon [mailto:[EMAIL PROTECTED] > > any ideas on getting regular expression parsing in the patterns Ant uses > for things like FileSets? Is this a planned enhancement and is anyone > interested in that feature?
Not planned, no. Most people are good with <include>/<exclude> + selectors. If you want to select files based on their names matching a full regex as opposed to the limited ? and * of <include> and <filename>, write a <filenameregexp> selector. If you provide test and doc for it, and use the Regexp impl independent API Ant provides, I see no reason it wouldn't be accepted. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
