How to set “Optional Middlware Versions” property via ANT Script for SFBW 3.0

How to set “Optional Middlware Versions” property via ANT Script for SFBW 3.0

book

Article ID: KB0093052

calendar_today

Updated On:

Products Versions
TIBCO Silver Fabric Enabler for ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
With SFBW 3.0, if a user decides to use EMS for their domain, “Optional Middlware Versions” property needs to be set for the component which points to the EMS distribution that one is using.

Below example illustrates how this property can be set via ANT script for SFBW 3.0 component:-

<sf:property name="Optional Middlware Versions" value="${optional.middleware.version}" />

where optional.middleware.version= TIBCO_EMS_DISTRIBUTION:8.2.0.0.0

Issue/Introduction

How to set “Optional Middlware Versions” property via ANT Script for SFBW 3.0