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
-
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.
-
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
-
Change directory to the location of your project ANT directory.
For example:
cd ${path of project}/ant
-
Run the ANT clean command.
ant clean
-
Run the ANT command to install the
mtx_notifier_camel.jar file in the
ant/dist/jar directory.
ant install
-
Change to the project directory.
cd ..
-
Run the ANT clean command.
ant clean
-
Generate a new
.jar file.
ant jar