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=12169>. 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=12169 Wrong attributes in the regexp and substitution tags Summary: Wrong attributes in the regexp and substitution tags Product: Ant Version: 1.5 Platform: Other URL: http://jakarta.apache.org/ant/manual/OptionalTasks/repla ceregexp.html OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] There is an error in the example at bottom of the page. The regexp doesn't have the attribute: expression the attribute: pattern should be used. Above the example at bottom of the page, where the attributes for the substitution tag are described there is also an error. The substitution tag doesn't have the attribute: pattern instead it has the attribute: expression. So text on the page should be like this: <substitution id="id" expression="pattern" /> And in the example: <regexp pattern="OldProperty=(.*)" /> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
