Apache Ant

Apache ant is a java libraray and comand line tool through which you compile assemble test and run java applications . It can also be used for non java based applications like c and c++.It process files as Target attribute and extension points dependent upon each other .

Ant is written in Java. Users of Ant can develop their own “antlibs” containing Ant tasks and types, and are offered a large number of ready-made commercial or open-source “antlibs”.

For more details have a look on Apache Home .

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.