Previous Topic: Create a New Report MetricNext Topic: Custom Companions


Deploy a New Report Metric

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

Follow these steps:

  1. Tell DevTest to look for a new custom report metric in a lisaextensions file, as:
    metrics=com.mycompany.lisa.metric.RandomizerMetricIntegration 
    

    You can also add the report metric through the lisa.properties file, using stats.metrics.types key.

  2. Copy the JAR file that contains your metric and the lisaextensions file to the DevTest hotDeploy directory at LISA_HOME\hotDeploy.

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

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