Developing with Apache Ant

I recently discovered Apache Ant and it’s an absolute godsend! Ant is an automated build system written in Java. You write build(make) files in XML. This allows Ant to be cross-platform which is very handy in my line of work. Previously I used a combination of manual tasks, windows batch files and shell scripts on linux to manage my builds.

One Response to “Developing with Apache Ant”

  1. 1
    Yuji Says:

    Hi!

    If you liked Ant, you should ckeck Maven.

    Regards.

Leave a Reply