This section covers the Enterprise Extensions SMP/E String Macros which extend the EWM Ant toolkit by offering a build various features that manipulate strings.
The String Macros are generalized utilities used by all of the Enterprise Extensions SMP/E Ant Scripts. The repository for the String Macros is the $string.xml file, which is imported in the top-level section of an Ant script using the following code snippet:
<!-- Load build extensions -->
<xt:loadBuildExtensions/>
<xt:getJarLocation property="jarPath"/>
<!-- Load common resources -->
<import>
<javaresource name="scripts/smpe/imports/$string.xml">
<classpath location="${jarPath}"/>
</javaresource>
</import>