Building from source

To build the project from source, you need:

The source files

The project is split into modules:

  • BST Flash Player: implements the media player for Flash media.
  • BST Player API: implements the main API.
  • Core Player Provider: implements the core player widgets.
  • BST Player JS Library: exports the core player widgets as Javascript object.
  • BST Player Showcase: implements the showcase application showing the various features of the API.
  • e.t.c....

Get the source for the module(s) of interest

Run the build

With all requirements met, run the Maven install command with the dev-mode profile active. This is as simple as:

mvn -Pdev-mode clean install