Hi all, Im trying to append text to file and I could't find any suitable task for doing so. As a workaround im using the 'Replace' task. (http://ant.apache.org/manual/CoreTasks/replace.html)
Another option is the 'Concat' ( http://ant.apache.org/manual/CoreTasks/concat.html ) but it is limited to the start/end of file while i need to place the text in a certain place in the file. As far as i know there isnt any made task to this problem. I wonder maybe someone have any other solution. in the worst case i will write my own task but I'm short on time. TY all inadvance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]