ant
Classic XML-based Java build tool
Syntax
$ant [target] [options]
Optionen
-buildfile
-Dname=value
-verbose
Examples
Examples
$ant
Examples
$ant compile
Examples
$ant test
Typical use cases
Note
Often used in legacy Java projects with predefined build.xml targets.
Export