Running Native Programs in Ant
Running Native Programs in Ant Ant, while extremely powerful and flexible, can’t always offer everything you want to do. If this is the case, you can use the <exec> task, which can run any command-line program. The <exec> Task’s Attributes Attribute Description appends Sets whether to append the output to the end of a file … Read more