Generic Ant file to compile modules with Ivy
This project contains a generic Apache Ant file that uses Apache Ivy to compile a module. The required properties are:
project.groupId
project.artifactId
project.version
which have the same meaning as in an Apache Maven POM file.
To clone the project:
$ git clone https://github.com/julianmendez/genericantfile.git
This software is distributed under the Apache License Version 2.0 and the GNU Lesser General Public License version 3.
See release notes.
In case you need more information, please contact @julianmendez .