Previous Topic: Create a New Report GeneratorNext Topic: Use a New Report Generator


Deploy a New Report Generator

You must make a custom report available before you can use it in a staging document.

Follow these steps:

  1. Tell DevTest to look for a new custom report generator in a lisaextensions file, as:
    reportGenerators=com.mycompany.lisa.ReportEventsToFile
    

    You can also add the report through the lisa.properties file, using lisa.editor.reportGenerators key.

  2. Copy the JAR file that contains your custom report and the lisaextensions file to the LISA_HOME\hotDeploy directory.

    If your custom report depends on any third-party libraries, copy those libraries to the LISA_HOME\hotDeploy directory.

  3. If you are already running DevTest, exit and restart the program for this new setting to take effect.