In this section:
This setting specifies the path to the directory that contains built-in test configurations.
[path] | The path to the folder where the built-in test configurations are stored. |
---|
configuration.dir.builtin=C:\parasoft\jtest\configs\builtin
This setting specifies the path to the directory that contains user-defined test configurations.
[path] | The path to the folder where user-defined test configurations are stored. |
---|
configuration.dir.user=C:\parasoft\jtest\configs\user
This setting allows you to specify the path on the DTP Server share that contains shared test configurations.
[path] | The path on the DTP Server share. |
---|
The following configurationĀ specifies the path to the shared configurations stored in the all
folder on the DTP Server share:
configuration.share.path=configs\all
This setting specifies the location of user-defined coding standard rules.
[path] | The path to the directory that contains user-defined coding standard rules. The default is [INSTALL_DIR]/rules/user.
|
---|
jtest.custom.rule.dir=C:\parasoft\custom_rules
This setting allows you to specify the test configuration that will be used for analysis if the -config
option is not specified (see Configuring Test Configurations for details).
[configuration name] | The name of a built-in, user-defined or DTP-hosted test configuration. |
---|
The following configuration will run the analysis with the Recommended Rules configuration when the -config
option is not specified:
jtest.configuration=builtin://Recommended Rules
This setting allows you to specify which rule mapping is applied to your test configurations. By default, local rule mapping is applied to local test configurations (see Customizing Static Analysis Rules), while DTP-shared rule mapping is applied to test configurations stored in DTP.
default | Default. Local test configurations are customized with local rule mapping; DTP configurations are customized with DTP rule mapping. |
---|---|
all | One configured rule mapping (local or DTP-shared) is applied to both local and DTP configurations. |
The following configuration will run the analysis with the local Recommended Rules configuration (when the -config
option is not specified). If no rule mapping is available locally, the test configuration will be customized with rule mapping stored in DTP.
jtest.configuration=builtin://Recommended Rules
rules.mappings=all
The following configuration will run the analysis with the DTP-shared Recommended Rules configuration (when the -config
option is not specified). If no rule mapping is available on DTP, the test configuration will be customized with rule mapping stored locally.
jtest.configuration=dtp://Recommended Rules
rules.mappings=all