ant

Java-based build tool for compiling and packaging Java applications

brewmacoslinux
Try with needOr install directly
Source

About

Java build tool

Commands

ant

Examples

Build a project using the default build.xml file$ ant
Run a specific build target$ ant clean build
Display all available targets in build.xml$ ant -projecthelp