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

https://github.com/julianmendez/genericantfile

Generic Ant file to compile modules with Ivy, using details from Maven POM files
https://github.com/julianmendez/genericantfile

ant ant-maven generic ivy pom transitional tu-dresden

Last synced: 3 months ago
JSON representation

Generic Ant file to compile modules with Ivy, using details from Maven POM files

Awesome Lists containing this project

README

          

# GenericAntFile

[![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
[![license](https://img.shields.io/badge/license-LGPL%203.0-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0.txt)

*Generic Ant file to compile modules with Ivy*

This project contains a generic [Apache Ant](https://ant.apache.org/) file that uses [Apache Ivy](https://ant.apache.org/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](https://maven.apache.org/) POM file.

## Author

[Julian Mendez](https://julianmendez.github.io)

## Source code

To clone the project:

```
$ git clone https://github.com/julianmendez/genericantfile.git
```

## License

This software is distributed under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) and the [GNU Lesser General Public License version 3](https://www.gnu.org/licenses/lgpl-3.0.txt).

## Examples

* [jsexp](https://github.com/julianmendez/jsexp/tree/master/jsexp)
* [CEL Plug-in](https://github.com/julianmendez/cel/tree/master/cel-plugin)
* [FCAlib](https://github.com/julianmendez/fcalib/tree/master/contrib)

## Release notes

See [release notes](https://julianmendez.github.io/genericantfile/RELEASE-NOTES.html).

## Contact

In case you need more information, please contact @julianmendez .