com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Writing an Export Handler

In all WSO2 projects, there should be a way to export artifacts as a deployable archive (in many cases this is a .car file). The artifact export handler is responsible for holding the logic required to export the artifacts introduced with the plug-in. You need to register your artifact export handler via the given extension point in Developer Studio Kernel and implement the relevant logic as shown below:

<extension
        point="org.wso2.developerstudio.eclipse.project.export.handler">
     <handler
           class="org.wso2.developerstudio.eclipse.artifact.project.export.ArtifactExportHandler"
           id="org.wso2.developerstudio.eclipse.artifact.project.export.handler"
           type="lib/synapse/artifact">
     </handler>
  </extension>

This export handler is mapped with the artifact type and the server role when you invoke the Export Artifact option via Developer Studio Kernel. The registered artifact export handler logic is then invoked for the particular server role and artifact type.

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.