From Wikipedia, the free encyclopedia.
Ant is a tool that is similar to Make but which is written in the Java language and is primarily intended for use with Java.
One of the main differences between Ant and Make is that Ant is controlled using XML files, where Make has its own Makefile format.
Ant is part of the Jakarta Project.

