On Thu, 9 Oct 2003 11:01 pm, Sri Sankaran wrote: > To test it I added an <echo> in the loop and changed the search for "mp-" > to ".maven". Finally, you probably want to use the > replaceAll(regex,String) method. The replace method takes only character > arguments and you are trying to replace entire substrings.
Aargh, replaceAll. Thanks Sri. I have been bitten by Jelly bugs so many times I tend to blame it first. Thanks, it works for me now. John --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
