Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » MD5 hash property in eclipse artifacts xml file
MD5 hash property in eclipse artifacts xml file [message #1697351] Wed, 03 June 2015 10:48 Go to next message
Sibendu Dey is currently offline Sibendu DeyFriend
Messages: 4
Registered: March 2015
Junior Member
I am in the middle of generating update site for my eclipse plugin. Currently, I am using Eclipse PDE build process to generate a site consisting of 3 features including the feature created by me consisting of details regarding 6 bundles and the features representing GMF runtime SDK and GMF tooling SDK.

But instead of putting all the plugins and features related to GMF runtime SDK and GMF tooling SDK in the plugins and feature folder respectively of the update site , I want them to get installed from eclipse site.

However the MD5 hash that is being generated in the artifacts.xml file seems to be creating some trouble and I am getting "MD5 hash is not as expected" errors.

My basic purpose is to install GMF runtime SDK and GMF tooling SDK along with the installation of my plugin since both of them are required for the proper functioning of my plugin.

Could you please guys help?

Please let me know if you need any further information.
Re: MD5 hash property in eclipse artifacts xml file [message #1698159 is a reply to message #1697351] Thu, 11 June 2015 17:40 Go to previous message
Sibendu Dey is currently offline Sibendu DeyFriend
Messages: 4
Registered: March 2015
Junior Member
Well got the answer to my question.

In my feature.xml file , I added GMF runtime and tooling as dependancies.

Hence during installation , Eclipse takes care of installing the required

plugins i.e GMF runtime and tooling for the proper functioning of my plugin.
Previous Topic:Eclipse plugins for flexible custom output language IDE?
Next Topic:Yet another Missing required plug-in
Goto Forum:
  


Current Time: Tue Apr 16 15:29:44 GMT 2024

Powered by FUDForum. Page generated in 1.16802 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top