Managing configuration files for integration projects
Managing configuration files for integration projectsEach integration project is created with default configuration files. You can edit these default files as well as create and import new ones. Once you've imported a configuration file, you need to run an analysis to see the results. You need the "Change project settings" permission to view and manage configuration files. To manage configuration files, log into Klocwork Static Code Analysis, locate a project in the Projects list, and click configuration. Here you can view, edit, import and delete files for a particular project. Configuring a single project or an entire projects_rootYou can import a configuration file into a single project or into an entire projects_root. When you import a configuration file to a projects_root, the file is copied to all projects created after that point, unless you purposely remove it from a particular project. Project-specific configuration files may be used in addition to or instead of the default configuration files for the projects_root. There are two ways to import a configuration file into a single project:
kwadmin import-config <project_name> <file> To import a configuration file into a projects_root, use kwadmin import-config: kwadmin import-config workspace <file> Use kwadmin delete-config to remove a configuration file from an entire projects_root: kwadmin delete-config workspace <file> EncodingAll configuration files used in Klocwork analysis must be UTF-8 encoded if they contain multibyte characters (for example, Japanese). If your configuration files contain multibyte characters, you must convert them before using them in Klocwork analysis. Configuration files that you can import into integration projectsNote: You can upload files up to 2 GB in size.
|