Description:
Ant task to generate the local settings file
Name | Type | Description |
concertoHost | String | Concerto host name, useful for obtaining tool settings from a Parasoft Concerto server. If concerto host is set, then projectName is required. Note. Concerto 4.5 or greater is needed. |
concertoPort | int | Concerto port name, if concerto is not on the default port. Note. Concerto 4.5 or greater is needed. |
globalSettingsFile | File | Global settings file to read Default value is: globalsettings.properties file in basedir |
localSettingsName | String | Name of the localsettings file Default value is: localsettings.properties |
nightly | boolean | True if this is a nightly build |
projectName | String | Concerto project name, required if concertoHost is set. Note. Concerto 4.5 or greater is needed. |
additionalProperty | AdditionalProperty | Properties to add to the localsettings file |