Re: Using regexp mapper and properties to rename a file to a property value whose property name is picked up from the original name using regex
Posted By:
Anonymous
Posted On:
Tuesday, May 2, 2006 02:46 AM
Passing a to="1${2}3" means exactly: passing that string to Ant. There is no additional step in property replacement. Ant checks the string 1${2}3 and find a ${2} (dont know if it would replace that, if you had a property 2). Next is passes that string to the mapper which resolves the -references. That mapper does not do any property replacement. Maybe a could help, because you dont have to deal with back-references.