Upgrade the Sample

When you upgrade the MATRIXX software, you must upgrade the mtx_notifier_camel.jar file because files can change or be deprecated.

Procedure

  1. Extract the contents of the NotificationExtension_src.jar file to your workspace.
    For example:
    cd workspace
    jar xf /opt/mtx/bin/NotificationExtension_src.jar

    This creates the directory structure described in the discussion about the sample notification extension files.

  2. Copy the mtx_notifier_camel.jar file to the location specified in ant.properties.
    For example:
    notifier.jar.file=/opt/mtx/bin/mtx_notifier_camel.jar
  3. Change directory to the location of your project ANT directory.
    For example:
    cd ${path of project}/ant
  4. Run the ANT clean command.
    ant clean
  5. Run the ANT command to install the mtx_notifier_camel.jar file in the ant/dist/jar directory.
    ant install
  6. Change to the project directory.
    cd ..
  7. Run the ANT clean command.
    ant clean
  8. Generate a new .jar file.
    ant jar