Is there a way to do this with just ANT (no other libs).
The reason for this, is we have to change our process to include "antcontrib".
Thanks,
Joe
On 1/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Jan
>-Ursprüngliche Nachricht-----
>Von: Joe Eugene [m
Probably very basic question, but cant file the answer.
I need to replace strings, not in file, just simple string.
String x = "This is a new String";
String y = x.replace("String", "Text");
How do you replace the strings in properties?
An alternate solution to my problem would be find the La