/ant-wrapper

Ant Command Line Wrapper

Primary LanguageKotlinApache License 2.0Apache-2.0

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.