Options (4)
-fbooleanBuild a project using build file other than `build.xml`
Example:
ant {{[-f|-buildfile]}} {{buildfile.xml}}-pbooleanPrint information on possible targets for this project
Example:
ant {{[-p|-projecthelp]}}-dbooleanPrint debugging information
Example:
ant {{[-d|-debug]}}-kbooleanExecute all targets that do not depend on fail target(s)
Example:
ant {{[-k|-keep-going]}}Examples (5)
Build a project with default build file `build.xml`
Build a project using build file other than `build.xml`
ant [-f|-buildfile] buildfile.xmlPrint information on possible targets for this project
ant [-p|-projecthelp]Print debugging information
ant [-d|-debug]Execute all targets that do not depend on fail target(s)
ant [-k|-keep-going]made by @shridhargupta | data from tldr-pages