...
Info |
---|
To enable sending results and publishing source code to DTP, you need to ensure that the connection to your DTP server is properly configured, see Connecting to DTP 1. |
Sending Results to DTP
You can enable sending results to DTP by the report.dtp.publish
property to true
:
...
Alternatively, you can use the -publish
command line switch:
Conditional Content | ||||||
---|---|---|---|---|---|---|
| ||||||
Ant and Maven Pattern If you use Ant or Maven, you can configure publishing results to DTP with the following pattern:
|
Associating Results with a DTP Project
...
Publishing Sources to DTP Without Running Code Analysis
Conditional Content | ||||||
---|---|---|---|---|---|---|
| ||||||
Jtest |
needs to execute to send data to DTP, but you may want to send publish sources to DTP without running analysis.
- Create an empty test configuration and save it to
[INSTALL_DIR]/configs/user
; see Configuring Test Configurations for details. - Run the configuration with the appropriatly appropriately configured
report.dtp.publish.src
property.
...