Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 674 Bytes

BUILD.md

File metadata and controls

18 lines (9 loc) · 674 Bytes

For developers of this toolkit:

This toolkit uses Apache Ant 1.8 (or later) to build.

Internally Apache Maven 3.2 (or later) and Make are used.

Download and setup directions for Apache Maven can be found here: http://maven.apache.org/download.cgi#Installation

The top-level build.xml contains two main targets:

  • all - Builds and creates SPLDOC for the toolkit and samples. Developers should ensure this target is successful when creating a pull request.
  • build-all-samples - Builds all samples. Developers should ensure this target is successful when creating a pull request.

Prerequisite

  • Set environment variable M2_HOME to the path of maven home directory.