parasoft:localsettings

Description:

Ant task to generate the local settings file

Attributes

NameTypeDescription
concertoHostStringConcerto 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.
concertoPortintConcerto port name, if concerto is not on the default port. Note. Concerto 4.5 or greater is needed.
globalSettingsFileFileGlobal settings file to read Default value is: globalsettings.properties file in basedir
localSettingsNameStringName of the localsettings file Default value is: localsettings.properties
nightlybooleanTrue if this is a nightly build
projectNameStringConcerto project name, required if concertoHost is set. Note. Concerto 4.5 or greater is needed.

Attributes as nested elements

additionalPropertyAdditionalPropertyProperties to add to the localsettings file

Parameter Details


additionalProperty:

Properties to add to the localsettings file

  • Type: AdditionalProperty

    Attributes

    • key, property name
    • value, property value
  • Required: No
Example
---
  <parasoft:localsettings>
    <additionalProperty key="property.name" value="property.value" />
  </parasoft:localsettings>
---