Install the mtx_notifier_camel.jar File

Install the mtx_notifier_camel.jar file that the notification extension uses.

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. Configure the location of the mtx_notifier_camel.jar file.
    1. Open a terminal and cd to ant.
    2. Edit the ant.properties file.
    3. Locate the notifier.jar.file key and configure it with the location of the mtx_notifier_camel.jar file.
      For example:
      notifier.jar.file=/opt/mtx/bin/mtx_notifier_camel.jar
    4. Save and close the file.
    5. Run the ANT command to install the mtx_notifier_camel.jar file in the ant/dist/jar directory.
      ant install

What to do next

Compile the source code to create the .class file and generate a .jar file of the sample project.