14. Parameter
There are three ways to specify a parameter in the configuration:
Command line (long): | --with-param port@ name =value |
Command line (short): | -p port@ name =value |
XML configuration: | <cc:with-param
|
Ant task: | <calabash>
<parameter
port="
</calabash> |
All parameters specified will be bound to either the specified parameter input port or the the primary parameter input port if no explicit port is specified.
If the name attribute contains an at sign, the port specification must be
given explicitly. To specify the primary parameter input port explicitly,
write "*
" as the port.