Fork of Java-MAPI-Wrapper
In comparison to the original Github repo this project offers:
- Gradle 2.5 build management
- all Ant targets are reflected as Gradle tasks those name is prefixed with "a_", for instance: the Ant target "main" is available as Gradle task named "a_main"
Note: The file hierarchy is not touched at all! Therefore, the project setup is not really "clean" on purpose, as I wanted the modifications less invasive!
First you must build the complete project by invoking
./gradlew build
This will download all (transitive) dependencies required by java-mapi-wrapper and the Ant build script.
After that you can execute the Ant targets defined in build.xml via Gradle:
./gradlew a_main