Hi My understanding is that 1 replacement is possible with replaceregexp. Eg. below
<replaceregexp file="${app}/install_data" match="fix" replace="sunfix" byline="true"/> Question: Can <replaceregexp> allow multiple matches and replacements in a single <replaceregexp>, instead of one match at a time ? thanks