Ant!

* Having Problems? * Download * Binary Distributions http://ant.apache.org/bindownload.cgi
* Source Distributions http://ant.apache.org/srcdownload.cgi
* Ant Manual http://ant.apache.org/manualdownload.cgi
* Contributing * Mailing Lists * Git Repositories

Ant alternatives

  • Gradle

  • Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else.

    tags: build-system groovy java programming
  • CMake

  • CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.

    tags: build-automation build-tool compiling compiling-tool cross-platform
  • GNU Make

  • Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.

    tags: build-automation software-development
  • SCons

  • SCons is an Open Source software construction tool—that is, a next-generation build tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.

    tags: build-automation build-tool compiling compiling-tool cross-platform
  • Rake

  • Rake is a software task management and build automation tool. It allows you to specify tasks and describe dependencies as well as to group tasks in a namespace.

    tags: Portable ruby building build-automation build-system
  • MakeMe

  • Embedthis MakeMe is a modern replacement for make and autoconf. It manages the building of programs and products by direct compilation and the generation of IDE projects and Makefiles. MakeMe can portably build programs for Linux, Mac and Windows and handles cross-compilation with ease.

    tags: build-automation build-tool compiling-tool cross-platform software-development
  • Premake

  • Powerfully simple build configuration

    tags: Portable build-automation build-tool compiling compiling-tool
  • Ninja Build

  • Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible.

    tags: build-automation build-tool compiling compiling-tool cross-platform
  • Autoconf

  • GNU Autoconf is a tool for producing configure scripts for building, installing and packaging software on computer systems where a Bourne shell is available.

    tags: build-automation compiling compiling-tool development development-tool
  • EBuild

  • EBuild is a software build automation system. It is written in Java but is a general system that can be applied to almost any software development in its entirety.

    tags: ant automated build-automation build-system build-tool
  • waf

  • Waf is a Python-based framework for configuring, compiling and installing applications.

    tags: Portable build-tool compiling cross-platform development
  • SBT

  • SBT is a build tool for Scala. It is like Ant or Maven but with hieroglyphics.

    tags: build-tool java javascript scala
  • Phing

  • PHing Is Not GNU make; it's a PHP project build system or build tool based on ?Apache Ant. You can do anything with it that you could do with a traditional build system like GNU make, and its use of simple XML build files and extensible PHP "task" classes make it an easy-to-use and highly flexible build framework.

    tags: ant automated deployment pear php