Skip to content

rfelgent/Java-MAPI-Wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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!

Usage

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

About

This project provides a starting point for integrating the Brightcove Media API into your application. It provides simple ways to interact with the API.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%