JavaScript integration build analysis - Cheat sheet
An integration build analysis...
- gives you a snapshot of the current health of your software project. After you run an analysis, detected issues and reports are available in Validate.
Prerequisities:
Your first analysis
- Create a project:
kwadmin --url http://server2:8080/ create-project my_project
- Create your build specification:
kwjsspec [options] <folder or file>
- Analyze the project:
kwbuildproject --url http://server2:8080/my_project --tables-directory /my_tables kwjsspec.out
- Load the database:
kwadmin --url http://server2:8080/ load my_project /my_tables