Forrest logo
back to context overview

ant

List of commands for ant:

  • ant:tldr:44828 ant: Execute all targets that do not depend on fail target(s).
    $ ant -k
    try on your machine
    explain this command
  • ant:tldr:63b07 ant: Build a project with default build file `build.xml`.
    $ ant
    try on your machine
    explain this command
  • ant:tldr:87664 ant: Print information on possible targets for this project.
    $ ant -p
    try on your machine
    explain this command
  • ant:tldr:a4f53 ant: Build a project using build file other than `build.xml`.
    $ ant -f ${buildfile-xml}
    try on your machine
    explain this command
  • ant:tldr:cbb73 ant: Print debugging information.
    $ ant -d
    try on your machine
    explain this command
back to context overview