Build the BEES reference implementation

Ensure you are using Java 1.6.0_24 or later.

  1. Fill in the needed empty paths such as tomcatdir and fasterxmldir in build-bees.xml

    FasterXML/Jackson is included. You can also download it from https://jar-download.com/artifacts/com.fasterxml.jackson.core.

  2. Update actual jar filenames in build.common.xml if you want to use a different version of the Jackson libraries.

  3. Run the all target of build-bees.xml:

    ant -f build-bees.xml
    

The bees.war will be created in the bees-build/wars folder.

On this page