-
Notifications
You must be signed in to change notification settings - Fork 37
Sample Projects
highsource edited this page Dec 26, 2014
·
1 revision
Sample projects are small but usage demo projects pre-build for target environments:
- Command-line
- Ant
- Maven
- NPM
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.
- 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 thenpm test
- Command-line - run
- Usage
- Basic Concepts
- Generation
- Configuration
- Advanced Topics
- Sample Projects
- Troubleshooting
- Development