...
Code Block | ||
---|---|---|
| ||
# Specifies the URL of the DTP server, including protocol and port. dtp.url=<URL for DTP in the form https://host[:port][/context-path]> # Specifies user name for DTP server authentication. dtp.user=<user name to log into DTP> # Specifies password for DTP server authentication - use java -jar selenic_analyzer.jar -encodepass <PASSWORD> to encodeencrypt the password, if needed. dtp.password=<password to log into DTP> # Specifies name of the DTP project (optional). dtp.project=<name of your project on DTP> |
...