Creating Export Tasks

To create export tasks:

  1. Add the following to your Initial.properties

    service.0.98-exportManager=/com/escenic/syndication/xml/ExportManager

    This will enable your export service

  2. Create a text file called ExportManager.properties in your configuration-root/com/escenic/syndication/xml folder.

  3. For each export task you want to create, add a configuration file to the configuration-root/com/escenic/syndication/xml folder. You will find a template configuration file called ExportConfiguration.properties in configuration-root/com/escenic/syndication/xml. Rename each file appropriately (for example, Pub1ExportConfiguration.properties, Pub2ExportConfiguration.properties and Pub3ExportConfiguration.properties).

  4. For each export task, add a line to your ExportManager.properties file referencing the corresponding configuration file. For example:

    configuration.pub1=./Pub1ExportConfiguration
    configuration.pub2=./Pub2ExportConfiguration
    configuration.pub3=./Pub3ExportConfiguration
  5. Edit each configuration file to meet your requirements. See Export Task Configuration Files for detailed instructions.