Running your next integration build analysis
Running incremental analysisOnce you've run an initial full integration build analysis, you can run incremental analysis for subsequent builds. We recommend using incremental analysis with each incremental build of your source files. Running kwbuildproject with the --incremental option analyzes only files changed since the last analysis, as well as any files with dependencies on the changed files. This can reduce analysis time significantly, especially for large projects. Important: To run incremental analysis, you must retain the output tables directory after the analysis run.
Running a full build analysisWhenever you run a clean build (a full rebuild of your source files), you should run a full build analysis. To run a full build analysis:
|