In one of the configuration files for my project I need to append some text. I am looking for some options to do this using Ant.
I have found one option - to find someth
The concat task would look to do it as well. See http://ant.apache.org/manual/Tasks/concat.html for examples, but the pertinent one is:
Hello, World!