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 Klocwork Static Code Analysis.
- is the first step in establishing the connected desktop in your organization.
Your first analysis - Create a project:
kwadmin create-project my_project
- Capture your build settings:
kwcsprojparser <input_file> --config <config_name> -o kwcsprojparser.out
- Run the analysis:
kwbuildproject --url http://server2:8080/my_project --tables-directory /space/Klocwork/my_tables kwcsprojparser.out
- Load the database:
kwadmin --url http://server2:8080/ load my_project /space/Klocwork/my_tables
Details: Running the C-sharp integration build analysis
Your next analysis Each time you build your source files, run an analysis.
- Update your build settings:
kwcsprojparser <input_file> --config <config_name> [--output <output_file>]
- Run the analysis:
kwbuildproject --url http://server2:8080/my_project --tables-directory /space/Klocwork/my_tables input_file.out
- Load the database:
kwadmin --url http://server2:8080/ load my_project space/Klocwork/my_tables
Details: Running the C-sharp integration build analysis