Skip to content
highsource edited this page Dec 26, 2014 · 1 revision

Sample Projects

Sample projects are small but usage demo projects pre-build for target environments:

  • Command-line
  • Ant
  • Maven
  • NPM

Artifacts

Sample projects are just zip files named as follows:

  • <sample>-<version>-batch-src.zip - command-line sample
  • <sample>-<version>-ant-src.zip - Ant sample
  • <sample>-<version>-maven-src.zip - Maven sample
  • <sample>-<version>-npm-src.zip - NPM sample.

Usage

  • Unzip and switch to the root directory.
  • Depending on the build environment (or lack thereof):
    • Command-line - run build
    • Ant - run ant clean install
    • Maven - run mvn clean install
    • NPM - run npm install and the npm test
Clone this wiki locally