The action lists created in Structure101 Studio are saved in the project .hsp file. Currently there is no ‘Merge Action List’ feature in Studio. But the lists can be merged by editing the .hsp XML file.

To avoid overwriting your changes close the project in Studio before editing the .hsp file.

The structure of the Action List element is: –

  <restructuring>
    <set version="3" name="prodconf_v2" hiview="Codemap" active="true" todo="false" list="0">
      <namemap applyMappings="true">
        <map from="...pstnipvs.nces.CallBarringError" to="...pstnipvs.nces.CallBarringError" />
	…
      </namemap>
      <action>
	…
      </action>
      <action>
	…
      </action>
	…
    </set>

Merging action lists is achieved by appending the <map> elements and the <action> elements of one list to another.

When merging multiple lists you must append the maps and actions of each list in turn to maintain the overall order.

The merge may produce unexpected results unless each class or package is mapped in just one of the action lists being merged.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.