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
- Host: GitHub
- URL: https://github.com/julianmendez/genericantfile
- Owner: julianmendez
- Created: 2015-08-26T18:56:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T13:29:25.000Z (over 4 years ago)
- Last Synced: 2025-04-06T21:38:29.622Z (6 months ago)
- Topics: ant, ant-maven, generic, ivy, pom, transitional, tu-dresden
- Homepage: https://julianmendez.github.io/genericantfile/
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# GenericAntFile
[](https://www.apache.org/licenses/LICENSE-2.0.txt)
[](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 .