thahnen / ant-wrapper

Ant Command Line Wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ant-Wrapper

A small command line wrapper for Apache Ant similar to the Gradle Wrapper.

It can be used to run Ant projects without the need of any Apache installation and therefore is not platform dependent.

Building & verification

Run the following command to build Ant wrapper and run tests / verification.

gradlew build

Usage

To use the Ant wrapper run the following command inside you Ant project root directory

antw <target>

instead of

ant <target>

which relies on the Ant version installed manually.

About

Ant Command Line Wrapper

License:Apache License 2.0


Languages

Language:Kotlin 76.1%Language:Shell 13.5%Language:Batchfile 10.3%