ant « text file « Java I/O Q&A





1. Using ant to edit/append data to a text file    stackoverflow.com

I am trying to add a property to a .jad file in my ant build process. Is there a task in ant to do this? All I need to do is add ...

2. Writing text file in Ant with UTF-16 encoding and BOM    stackoverflow.com

I need to generate a file in my ant project that looks like this:

FF FE 5B 00 6F 00 6C 00|65 00 64 00 62 00 5D 00 |??[ o l ...