Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 10.4.0

...

[path]The path to the folder where the built-in test configurations are stored.

Example Usage

...

configuration.dir.builtin=C:\parasoft\dottest\configs\builtin

...

configuration.dir.user

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.

Example Usage

...

configuration.dir.user=C:\parasoft\dottest\configs\user

...

configuration.share.path

This setting allows you to specify the path on the DTP Server share that contains shared test configurations.

...

configuration.share.path=configs\all

...

dottest.configuration

...

...


dottest.custom.rules.dir

This setting specifies the location of user-defined coding standard rules.

Acceptable Values

[path]The path to the directory that contains user-defined coding standard rules. The default is [INSTALL_DIR]/rules/user.

Example Usage

dottest.custom.rule.dir=C:\parasoft\custom_rules

rule.dir.user

This setting specifies the location where information about rules you customize in your IDE will be stored.

Acceptable Values

[path]The path to the directory that contains custom rules and rule mapping files.

Example Usage

rule.dir.user=C:\parasoft\my_rulemap


dottest.configuration

...

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).

Acceptable Values

[configuration name]The name of a built-in, user-defined or DTP-hosted test configuration.

...

Example Usage

The following configuration will run the analysis with the Recommended Rules configuration when the -config option is not specified:

dottest.configuration=builtin://Recommended Rules