Hi,
I want to replace a word in a file using ANT script.
For Ex : Let's consider there is a line
"I like Apple" , in this line I'd like to replace the word "Apple" with "Orange" i.e the expected output should be "I like Orange".
This should be done using ANT script, any help is much appreciated.