Application Package Manager with Ant and Java
Let's build a simple but powerful application package manager with Ant.
Ant Sequential Tasks
This article will show you how to implement an Ant task which consume a sequence of sub-task and call them with a parameter of the result from the execution.
Ant Script to Copy a Snippet of a XML to Another XML
I know, Ant is not the most modern technology, but there are still Ant-based systems we have to maintenance.
Gradle Build from an Ant Script
Currently I am working on a redesign of a pretty complex project based on Ant builds. The task is to move the whole concept into Gradle.