- After your first analysis, you can use incremental analysis thereafter.
- Important: To take advantage of incremental analysis, don't delete your tables directory.
- Update your build settings:
kwinject --update <my_build_command>
- Run an incremental analysis:
-
kwbuildproject --url http://server2:8080/my_project --tables-directory /my_tables --incremental kwinject.out
- Load the database:
kwadmin --url http://server2:8080/ load my_project /my_tables
- Details: Running incremental analysis
- Note: Whenever you do a clean build (full rebuild of your source files), you should run a full build analysis.
|