Change verification tools

Command                                                       

Action

gwb verifyExtConfig Performs a verification of external property substitution to find errors. See Verifying the external configuration for more information.

gwb verifyResources [-Dresource.types=<types>]

Verifies Gosu types, GX models, PCF files, WS-I web service annotations, XML schemas, and XML workflow files.

You can use the -Dresource.types=<types> parameter to verify only some of the resource types. The resource type options are: annotation,gxmodel,pcf,workflow. The types are not case sensitive. If you specify multiple types, use commas. If you include spaces in your list of types, surround the typelist with double-quotes.

Examples:

  • gwb verifyResources -Dresource.types="annotation, pcf"
  • gwb verifyResources -Dresource.types=pcf

gwb zipChangedConfig -DoutputFile=filename.zip [-DappRootDirectory application_home ][-Dexclude "directory1;directory2"]

Creates a ZIP file containing all files that are changed from the base configuration.

Specify the output filename with the -DoutputFile parameter.

You can also specify an application root directory by setting the -DappRootDirectory parameter. If you do not set -DappRootDirectory, the tool uses the PolicyCenter installation directory as the root. The tool saves the output file relative to the application root. This file must not already exist.

Specify any directories to exclude by setting the -Dexclude parameter, which takes a quoted, semicolon delimited, list of directories to exclude. Note that you can only exclude directories, and cannot exclude files.