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
  1. Create a project:
    kwadmin --url http://server2:8080/ create-project my_project
  2. Create your build specification:
    kwjsspec [options] <folder or file>
  3. Analyze the project:
    kwbuildproject --url http://server2:8080/my_project --tables-directory /my_tables kwjsspec.out
  4. Load the database:
    kwadmin --url http://server2:8080/ load my_project /my_tables

Details:Running the JavaScript integration build analysis