Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to Export a Plugging?
How to Export a Plugging? [message #265207] Tue, 03 August 2004 05:57 Go to next message
Eclipse UserFriend
I create from the wizard a hello world plugging with
a tiny button that say Hello.. something!
Then i Export it as Deployable plug-ins and fragments.

Copy it to plugin folder on Eclipse 3.0 Finale version.
It does not show up? Remember this was the
standard procedure in earlier versions of Eclipse.

Has something changed here in the Finale version 3.0?
Re: How to Export a Plugging? [message #265210 is a reply to message #265207] Tue, 03 August 2004 06:21 Go to previous messageGo to next message
Eclipse UserFriend
O.. ja forgot to say that it works on Eclipse M9.
I open the Customize Perspective dialoge
and select my plugin!
This plugging is created in Eclipse 3.0 Finale!

On Tue, 03 Aug 2004 11:57:24 +0200, Erik Hellberg
<hasse@lizsoftware.com> wrote:

>I create from the wizard a hello world plugging with
>a tiny button that say Hello.. something!
>Then i Export it as Deployable plug-ins and fragments.
>
>Copy it to plugin folder on Eclipse 3.0 Finale version.
>It does not show up? Remember this was the
>standard procedure in earlier versions of Eclipse.
>
>Has something changed here in the Finale version 3.0?
Re: How to Export a Plugging? [message #265240 is a reply to message #265210] Tue, 03 August 2004 11:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Try starting your Eclipse once with the -clean option. Eclipse caches
the plugin registry and doesn't always see changes. This option clears
the cache and rebuilds it.

Typically unless you install through the Update Manager it is simplest
to always use -clean the first time after copying a plugin in.


--
Thanks, Rich Kulp

Re: How to Export a Plugging? [message #265255 is a reply to message #265240] Tue, 03 August 2004 12:36 Go to previous messageGo to next message
Eclipse UserFriend
Sorry to say that did not work!
If you you have some more trix, i'll be happy :):)
On Tue, 03 Aug 2004 11:08:38 -0400, Rich Kulp
<richkulp@NO.SPAM.us.ibm.com> wrote:

>Try starting your Eclipse once with the -clean option. Eclipse caches
>the plugin registry and doesn't always see changes. This option clears
>the cache and rebuilds it.
>
>Typically unless you install through the Update Manager it is simplest
>to always use -clean the first time after copying a plugin in.
Re: How to Export a Plugging? [message #265259 is a reply to message #265255] Tue, 03 August 2004 13:07 Go to previous message
Eclipse UserFriend
I finally got it working after unpacking a
new Eclipse 3.0 installation. Looks like
the one (ones) I have are little buggy.

(maybe this question goes in another group..:))
I see my plugging is auto starting really nice
and show me the button row immediately.
I use:
<extension
point="org.eclipse.ui.startup">
</extension>

However my Combo box "Class Combo" that suppose
to show up does not show up since the code that
start and show the Combo use the
"getActivePage()" method. This is to get a handle for
the "IToolBarManager".
Are there some other way to get the
IToolBarManager instead of using an active
page.


On Tue, 03 Aug 2004 18:36:34 +0200, Erik Hellberg
<hasse@lizsoftware.com> wrote:

>Sorry to say that did not work!
>If you you have some more trix, i'll be happy :):)
>On Tue, 03 Aug 2004 11:08:38 -0400, Rich Kulp
><richkulp@NO.SPAM.us.ibm.com> wrote:
>
>>Try starting your Eclipse once with the -clean option. Eclipse caches
>>the plugin registry and doesn't always see changes. This option clears
>>the cache and rebuilds it.
>>
>>Typically unless you install through the Update Manager it is simplest
>>to always use -clean the first time after copying a plugin in.
Previous Topic:any german eclipse forum
Next Topic:Dynamic creation of popup submenus
Goto Forum:
  


Current Time: Thu May 08 06:27:29 EDT 2025

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

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

Back to the top