An open API service indexing awesome lists of open source software.

https://github.com/cniweb/ant-contrib

A home for additional useful tasks and types for Ant (http://ant.apache.org).
https://github.com/cniweb/ant-contrib

ant ant-contrib contrib

Last synced: 9 months ago
JSON representation

A home for additional useful tasks and types for Ant (http://ant.apache.org).

Awesome Lists containing this project

README

          

# ant-contrib [![Build Status](https://travis-ci.org/cniweb/ant-contrib.svg?branch=master)](https://travis-ci.org/cniweb/ant-contrib)
A home for additional useful tasks and types for Ant .
The Ant-Contrib project is a collection of tasks (and at one point maybe types and other tools) for [Apache Ant](http://ant.apache.org).

This Software is distributed under the [Apache Software License](LICENSE.md).

## Installation

First you must install Apache Ant itself, most of the Ant-Contrib tasks require Ant 1.5 or higher to work properly.
You can download Ant from [ant.apache.org](http://ant.apache.org/bindownload.cgi)

See the cc tasks for installation instructions for cpptasks.

###To install ant-contrib:

Copy ant-contrib-x.x.jar to the lib directory of your Ant installation. If you want to use one of the tasks in your own project, add the lines

to your build file.
Keep ant-contrib-x.x.jar in a separate location.
You now have to tell Ant explicitly where to find it (say in ./ant-extra-libs):





## Ducumentation

[Ant-Contrib Tasks](https://cniweb.github.io/ant-contrib)