In this section:
dtp.server
This setting specifies the host name of the DTP server.
Acceptable Values
[host_name] | The host name of your DTP server. |
---|
Example Usage
dtp.server=ada.mycompany.com
dtp.port
This setting specifies the port number that is assigned to the DTP server.
Acceptable Values
[port_number] | The port number on your DTP server. The default is 443 . |
---|
Example Usage
dtp.port=8443
dtp.user
This setting specifies the username for authentication on the DTP server.
Acceptable Values
[username] | The username for DTP server authentication. |
---|
Example Usage
dtp.user=johnsmith
dtp.password
This setting specifies the password for authentication on the DTP server. You can provide a password encoded with the -encodepass
switch. See Connecting to DTP for details.
Acceptable Values
[password] | The password for DTP server authentication. |
---|
Example Usage
dtp.password=pSm3p?Aaak2#
dtp.project
This setting specifies the name of the DTP project that you want to link to. The data generated by the DTP Engine will be associated with this project.
Acceptable Values
[project_name] | The name of a project in DTP. |
---|
Example Usage
dtp.project=Common
dtp.autoconfig
This setting enables or disables automatic configuration with settings that are stored on the DTP server.
Acceptable Values
true | C/C++test is configured with the settings stored on DTP. |
---|---|
false | Default. The settings stored on DTP are not applied. |
Example Usage
The following configuration disables automatic configuration with settings stored on DTP:
dtp.autoconfig=false
report.dtp.publish
This setting determines whether the current installation of the product reports results of local analysis to the DTP server.
Acceptable Values
true | The results are published to DTP. |
---|---|
false | Default. The results are not published to DTP. |
Example Usage
The following configuration enables sending local analysis results to DTP.
report.dtp.publish=true
Related
report.dtp.publish.src
This setting specifies whether the tested source code is published to the DTP server.
Acceptable Values
off | Source code is not published to DTP. Default when the report.dtp.publish option is enabled. |
---|---|
min | The minimal part of the source code is published (in most cases, source code without reference to source control, for example, auto-generated code, is published. |
full | All of the source code from the specified scope is published to DTP. Default when the report.dtp.publish option is enabled. |
Example Usage
The following configuration enables partial publishing of source code to DTP.
report.dtp.publish.src=min
dtp.share.enabled
This setting enables or disables connection to Team Server.
Acceptable Values
true | Connection to Team Server is enabled. |
---|---|
false | Default. Connection to Team Server is disabled. |
Example Usage
The following configuration enables connection to Team Server.
report.dtp.publish.src
=true