ant
Apache Ant. Tool for building and managing Java-based projects. More information: https://ant.apache.org.
- 
Build a project with default build file build.xml:
 ant
- 
Build a project using build file other than build.xml:
 ant -f {{buildfile.xml}}
- 
Print information on possible targets for this project:
 ant -p
- 
Print debugging information:
 ant -d
- 
Execute all targets that do not depend on fail target(s):
 ant -k
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.