The Parameters Tab

The Parameters tab allows you to configure the parameters that are accessible as Ant properties in the Ant build script.

The table displays all the parameters that are available in the Ant build script, along with their description and current values. You can also add, edit, and remove parameters. Use the Filter text box to search for a specific term in the entire parameters collection. Note that edited parameters are displayed with the name in bold.

Depending on the type of a parameter, its value can be one of the following:
Note: To input parameter values at runtime, use the ask editor variable in the Value column.
The following actions are available for managing parameters:
New
Opens the Add Parameter dialog box that allows you to add a new parameter to the list. An editor variable can be inserted in the text box using the Insert Editor Variables button.
Edit
Opens the Edit Parameter dialog box that allows you to change the value of the selected parameter by selecting it from a list of allowed values.
Delete
Removes the selected parameter from the list. It is enabled only for new parameters that have been added to the list.

These parameters are also available for the built-in validation processor and the Content Completion Assistant.

Related information
Content Completion in Ant Build Files