Great. Thanks. I should have gone to the community several hours ago. I snuck around it with some ant regexp manipulation (not as clean, but it works).
On 4/21/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > Your suspicion is correct: Maven 1.0.2 shipped with jelly-util 1.0 which > did not support string substitution (character substitution should > work). Maven 1.1 beta has upgraded to jelly-util 1.1.1, there it will > work. In our plugins we use the commons.lang.StringUtils class as a > workaround, this will work with both m1.0 and m1.1. > > HTH, > -Lukas > > -- Peter Kahn [EMAIL PROTECTED]
