[
https://issues.apache.org/jira/browse/QPID-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521053
]
jj169 edited comment on QPID-554 at 8/20/07 5:45 AM:
-------------------------------------------------------
Below are the steps i summarized of referencing a 3rd party library from MC
code:
1. Create a eclipse plugin project from the existing 3rd party jar file.
2. Modify the Manifest file of MC to add required-bundle entry for the 3rd
party library.
3. Create a new folder under management\eclipse-plugin\src\main\resources and
store the 3rd party plugin file.
4. Modify the config.ini files under
management\eclipse-plugin\src\main\resources\$platform\configuration to add
entry to ogsi.bundles.
5. Add dependency entry to MC pom.xml file.
6. Modify the distribution\src\main\assembly\management-eclipse-plugin.xml to
copy the library file to the distribution.
7. Run maven commands as usual
was (Author: jj169):
Below are the steps i summarized of referencing a 3rd party library from MC
code:
1. Create a eclipse plugin project from the existing 3rd party jar file.
2. Modify the Manifest file of MC to add required-bundle entry for the 3rd
party library.
3. Create a new folder under management\eclipse-plugin\src\main\resources and
store the 3rd party plugin file.
4. Modify the config.ini files under
management\eclipse-plugin\src\main\resources\$platform\configuration to add
entry to ogsi.bundles.
5. Modify the distribution\src\main\assembly\management-eclipse-plugin.xml to
copy the library file to the distribution.
6. Run maven commands as usual
> Allow Hex view of object data messages
> --------------------------------------
>
> Key: QPID-554
> URL: https://issues.apache.org/jira/browse/QPID-554
> Project: Qpid
> Issue Type: New Feature
> Components: Java Management Console
> Reporter: Jia JIa
> Priority: Minor
>
> Currently only text data is shown. Showing the first n bytes of the object
> msgs in hex would be helpful. Perhaps with the option to view the next n.
> Similar code currently exists in the MessageStoreTool.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.