Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Problem deploying plugin I wrote myself.(Problem deploying plugin I wrote myself.)
Problem deploying plugin I wrote myself. [message #486945] Mon, 21 September 2009 09:29 Go to next message
breako  is currently offline breako Friend
Messages: 57
Registered: July 2009
Member
Hi,
I am using Eclipse Ganymede to write a simple plug-in.

My plug-in project uses the template: 'plug-in with sample help content'.

I test it using the "Launch an Eclipse application" in the testing section of the overview tab of the project. All Ok. It works as expected. I can see the new items in the help menu.

I then export the plug-in using the links in the export section, on the overview tab in the plug-in development perspective. This results in a jar file created for plug-in with all the files in the jar file.

However, when I try to use this plug in any other eclipse instances, I run into problems. I selecte help / software updates / available software / Add site / Archive / Select the jar and I get:

No repository found at jar:files:D:\plugins\my.plugin.help_1.0.0.jar!/

and then:

See details for more information.

I click on details an dI just get the same error message.

This makes no sense to me. Would really appreciate some help. I have tried using the -clean option makes no difference. The jar file looks ok, it's not corrupted I can open it with winzip and all ok.

Any help, greatly appreciated.

Thanks.
Re: Problem deploying plugin I wrote myself. [message #487306 is a reply to message #486945] Tue, 22 September 2009 17:44 Go to previous message
Felix Dorner is currently offline Felix DornerFriend
Messages: 676
Registered: July 2009
Senior Member
If you want to install via update-manager/p2 you need to create/export a
feature that contains your plug-in, and then an update site, that
contains that feature.

Easier to just drop the plugin in the 'dropins' folder.


Felix
Previous Topic:Struts 2.1 Minimum Jars
Next Topic:Extend the XML of SSE or Write a new one?
Goto Forum:
  


Current Time: Thu Apr 25 11:07:12 GMT 2024

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

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

Back to the top