
ant
List of commands for ant:
-
ant:tldr:44828 ant: Execute all targets that do not depend on fail target(s).$ ant -ktry on your machineexplain this command
-
ant:tldr:63b07 ant: Build a project with default build file `build.xml`.$ anttry on your machineexplain this command
-
ant:tldr:87664 ant: Print information on possible targets for this project.$ ant -ptry on your machineexplain this command
-
ant:tldr:a4f53 ant: Build a project using build file other than `build.xml`.$ ant -f ${buildfile-xml}try on your machineexplain this command