You can add a version and other custom keyword values to deployable resources during development.
$MQSI_VERSION=VersionIdentifier MQSI$
For
example:$MQSI_VERSION=v1.0 MQSI$
$MQSI KeywordName=KeywordValue MQSI$
For
example:$MQSI Author=John Smith MQSI$
^ $ . | \ < > ? + * = & [ ] ( )
You
can use these characters in the values that are associated with keywords;
for example:
Resource type | Method to add version and custom keywords |
---|---|
Message flows | Add the VersionIdentifier to the Version
field in the message flow properties. Information added to the Version
field does not need to be encased in $MQSI tags. Add custom keyword strings to the Short Description or Long Description fields in the message flow properties by using the IBM® Integration Toolkit or the web user interface. |
Subflows | Add the VersionIdentifier to the Version
field in the subflow properties. Information added to the Version
field does not need to be encased in $MQSI tags. Add custom keyword strings to the Short Description or Long Description fields in the subflow properties by using the IBM Integration Toolkit or the web user interface. Note: If
you use Compile and in-line resources when you build
your BAR file, you must use
a different keyword in each instance of a subflow. Only the first
recorded instance of each keyword within the message flow .cmf file
is available to applications that use the IBM Integration
API, which includes the IBM Integration Toolkit.
The order that subflows appear in the .cmf file is not guaranteed. |
Maps | Add version and custom keyword strings to the Description or Documentation fields in the map properties by using the IBM Integration Toolkit or the web user interface. |
ESQL | Add version and custom keyword strings as comments in the
ESQL code. For example:
|
DFDL schema | Add version and custom keyword strings to the Comment property on the Representation properties tab of the DFDL schema editor. |
XML schema | Add version and custom keyword strings to a schema documentation
element in the XML schema. For example:
|
XSL stylesheets | Add version and custom keyword strings to an XML stylesheet
as an XML comment. For example:
|
JAR files | To add version and custom keyword strings to a JAR file,
complete the following steps:
When the BAR file is created, the BAR file contains a .jar file that includes the Java code and the keywords.txt file. |
Applications and Libraries | It is not possible to add version or custom keyword strings
to an application or library during development. Instead, you must
complete the following steps:
|