In this section:
configuration.dir.builtin
This setting specifies the path to the directory that contains built-in test configurations.
Acceptable Values
[path] | The path to the folder where the built-in test configurations are stored. |
---|
Example Usage
Conditional Content |
---|
| product: (jtest) |
---|
| product: (jtest) |
---|
sv-attr:0A01020401598D973E6641760F8AF4E5 | 0A01020401598D973E671AAA268425A3 |
---|
|
configuration.dir.builtin=C:\parasoft\jtest\configs\builtin
|
configuration.dir.user
This setting specifies the path to the directory that contains user-defined test configurations.
Acceptable Values
[path] | The path to the folder where user-defined test configurations are stored. |
---|
Example Usage
Conditional Content |
---|
| product: (jtest) |
---|
| product: (jtest) |
---|
sv-attr:0A01020401598D973E6641760F8AF4E5 | 0A01020401598D973E671AAA268425A3 |
---|
|
configuration.dir.user=C:\parasoft\jtest\configs\user
|
configuration.share.path
This setting allows you to specify the path on the DTP Server share that contains shared test configurations.
Acceptable Values
[path] | The path on the DTP Server share. |
---|
Example Usage
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
Conditional Content |
---|
| product: (jtest) |
---|
| product: (jtest) |
---|
sv-attr:0A01020401598D973E6641760F8AF4E5 | 0A01020401598D973E671AAA268425A3 |
---|
|
jtest.custom.rules.dirThis 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 Usagejtest.custom.rule.dir=C:\parasoft\custom_rules
|
Conditional Content |
---|
| product: (jtest) |
---|
| product: (jtest) |
---|
sv-attr:0A01020401598D973E6641760F8AF4E5 | 0A01020401598D973E671AAA268425A3 |
---|
|
jtest.configuration |
Conditional Content |
---|
| product: (dottest, cpptest, jtest) |
---|
| product: (dottest, cpptest, jtest) |
---|
sv-attr:0A01020401598D973E6641760F8AF4E5 | 0A01020401598D973E6749C5267CE6FE 0A01020401598D973E684FA84B2F8FAC 0A01020401598D973E671AAA268425A3 |
---|
|
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. |
---|
|
Conditional Content |
---|
| product: (jtest) |
---|
| product: (jtest) |
---|
sv-attr:0A01020401598D973E6641760F8AF4E5 | 0A01020401598D973E671AAA268425A3 |
---|
|
Example UsageThe following configuration will run the analysis with the Recommended Rules configuration when the -config option is not specified: jtest.configuration=builtin://Recommended Rules
|