Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Problem with updating the plugin created by me
Problem with updating the plugin created by me [message #667322] Thu, 28 April 2011 00:57 Go to next message
Eclipse UserFriend
I have a Plug-in named myPlugin-1.1.0 (1.1.0 is the version number).
I installed that plugin in my eclipse through update manager.

Now, I modified few things and now I have a plugin named myPlugin-1.1.1. When I try to install the plugin through update manager in the same eclipse Helios it shows the message that plugin is already available so it will just update the plugin(what actually I want), but after doing the process nothing get changed not even the plugin version.

So what is the actual feasible way to create such type of update plugin.
Re: Problem with updating the plugin created by me [message #667381 is a reply to message #667322] Thu, 28 April 2011 08:41 Go to previous messageGo to next message
Eclipse UserFriend
When you installed plugin-1.1.0 what feature did you use. When you
created plugin-1.1.1 did you update the feature as well? Is it a top
level feature, or a feature included by a product definition?

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/workbench.htm
Re: Problem with updating the plugin created by me [message #667484 is a reply to message #667381] Thu, 28 April 2011 23:43 Go to previous messageGo to next message
Eclipse UserFriend
for plugin myPlugin-1.1.0, I made a Feature project named myFeature and added this plugin myplugin-1.1.0.
Again on next update, I deleted the 1.1.0 and added my entry of 1.1.1 and then created a new update site.

Even the scenario is not getting updated
Re: Problem with updating the plugin created by me [message #667533 is a reply to message #667484] Fri, 29 April 2011 08:01 Go to previous message
Eclipse UserFriend
On 04/28/2011 11:43 PM, buntha wrote:
> for plugin myPlugin-1.1.0, I made a Feature project named myFeature and
> added this plugin myplugin-1.1.0.
> Again on next update, I deleted the 1.1.0 and added my entry of 1.1.1
> and then created a new update site.

I assume that's "I deleted the 1.1.0 feature and added the 1.1.1
feature", right?

could you run the director listing on your 1.1.0 update site, and then
on the 1.1.1 update site, and post those results?

ex:
eclipse/eclipse -noSplash -application org.eclipse.equinox.p2.director
-repository file:///path/to/your/update/site -list

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/workbench.htm
Previous Topic:Mouse listener on tab item of a workbench part
Next Topic:Help not too helpful
Goto Forum:
  


Current Time: Wed Jul 23 18:42:22 EDT 2025

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

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

Back to the top