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=25655>. 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=25655 [PATCH] Dependencies with regular expressions Summary: [PATCH] Dependencies with regular expressions Product: Ant Version: 1.6.0 Platform: All URL: http://wiki.tryphon.org/JavaWiki/AntStarDependencies OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] - allows regular expressions into the target dependencies - allows the final .* and .*. expressions into the dependencies . a final .* is replaced by the '\.[^.]*$' . a .*. is replaced by '\.[^.]*\.' - uses the [...].ant.util.regexp.RegexpMatcher class - disabled if no supported regular expression matcher is found - fails if no targets match the given expression - sorts the matching targets by the alphabetical order --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]