ant [target...]
A software tool for automating software build processes
Arguments
Options
Name | Description |
---|
--help, -help, -h | Show help for ant |
--noconfig | Suppress sourcing of /etc/ant.conf, $HOME/.ant/ant.conf, and $HOME/.antrc configuration files |
--usejikes | Enable use of jikes by default, unless set explicitly in configuration files |
--execdebug | Print ant exec line generated by this launch script |
-projecthelp, -p | Print project help information and exit |
-version | Print the version information and exit |
-diagnostics | Print information that might be helpful to diagnose or report problems and exit |
-quiet, -q | Be extra quiet |
-silent, -S | Print nothing but task outputs and build failures |
-verbose, -v | Be extra verbose |
-debug, -d | Print debugging information |
-emacs, -e | Produce logging information without adornments |
-lib <path> | Specifies a path to search for jars and classes |
-logfile, -l <file> | Use given file for log |
-logger <classname> | The class which is to perform logging |
-listener <classname> | Add an instance of class as a project listener |
-noinput | Do not allow interactive input |
-buildfile, -file, -f <file> | Use given buildfile |
-keep-going, -k | Execute all targets that do not depend on failed target(s) |
-propertyfile <name> | Load all properties from file with -D properties taking precedence |
-inputhandler <class> | The class which will handle input requests |
-find, -s <file> | Search for buildfile towards the root of the filesystem and use it |
-nice <number> | A niceness value for the main thread |
-nouserlib | Run ant without using the jar files from ${user.home}/.ant/lib |
-noclasspath | Run ant without using CLASSPATH |
-autoproxy | Java1.5+: use the OS proxy settings |
-main <class> | Override Ant's normal entry point |