SE450: Ant: What is it? [16/41] Previous pageContentsNext page

Ant

Ant stands for Another Neat Tool

Basically, Ant is a Java based build tool. It uses Java to build Java code for you. It also happens to have a number of interesting features that make life for the Java developer a lot easier.

Ant has been described as make without make's wrinkles.

So what is make?

Previous pageContentsNext page