ant-contrib

Collection of additional tasks and types for Apache Ant

brewmacoslinux
Try with needOr install directly
Source

About

Collection of tasks for Apache Ant

Commands

ant

Examples

Use ant-contrib tasks in your build.xml file with proper namespace declaration$ ant -f build.xml target_name
Run a task that uses ant-contrib's foreach loop to iterate over file sets$ ant process-files
Execute a build using ant-contrib's if/then/else conditional task$ ant conditional-build