Skip to main content



      Home
Home » Newcomers » Newcomers » Plugin works only in runtime workbench
Plugin works only in runtime workbench [message #150479] Mon, 01 May 2006 15:07 Go to next message
Eclipse UserFriend
Originally posted by: jklass.web.de

Hello,

I tried to create the "Hello World" Plugin Project in the
New-Pugin-Wizzard. In the Runtime-Workspace it works fine. But when I
export it as an Plugin and copy it in my plugin-dir it doesn't load.
It's not visible in the Plugin-Details Window and not in Manage
Configuration Window. I use Eclipse 3.1.2 and Win XP. Any ideas?

Best Regards
Josef Klass
Re: Plugin works only in runtime workbench [message #150493 is a reply to message #150479] Mon, 01 May 2006 16:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Jeff Klass" <jklass@web.de> wrote in message
news:8203be682006b209788df809e0af360a$1@www.eclipse.org...
> Hello,
>
> I tried to create the "Hello World" Plugin Project in the
> New-Pugin-Wizzard. In the Runtime-Workspace it works fine. But when I
> export it as an Plugin and copy it in my plugin-dir it doesn't load.
> It's not visible in the Plugin-Details Window and not in Manage
> Configuration Window. I use Eclipse 3.1.2 and Win XP. Any ideas?

Any errors in the error log? (The error log view is in the PDE Runtime
perspective, or you can look in .metadata/.log.)
Re: Plugin works only in runtime workbench [message #150533 is a reply to message #150493] Tue, 02 May 2006 04:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jklass.gmx.de

Hello,
the error log is empty. In the "Configuration Detail" window it is listed
as configured plugin.

Wotan

Here is my plugin.xml:

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

<extension
point="org.eclipse.ui.actionSets">
<actionSet
label="Sample Action Set"
visible="true"
id="Test2.actionSet">
<menu
label="Sample &amp;Menu"
id="sampleMenu">
<separator
name="sampleGroup">
</separator>
</menu>
<action
label="&amp;Sample Action"
icon="icons/sample.gif"
class="test2.actions.SampleAction"
tooltip="Hello, Eclipse world"
menubarPath="sampleMenu/sampleGroup"
toolbarPath="sampleGroup"
id="test2.actions.SampleAction">
</action>
</actionSet>
</extension>

</plugin>
Re: Plugin works only in runtime workbench [message #150993 is a reply to message #150533] Thu, 04 May 2006 20:00 Go to previous message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Jeff Klass" <jklass@gmx.de> wrote in message
news:d9af73f2254da5e5a48f21535fc85153$1@www.eclipse.org...
> Hello,
> the error log is empty. In the "Configuration Detail" window it is listed
> as configured plugin.
>
> Wotan
>
> Here is my plugin.xml: [...]


If you look at the exported plugin, does it include all the classes and
files you expect? Maybe your build.properties is not correct.
Previous Topic:Eclipse 2.0 : Abstractplugin
Next Topic:how to use ant to automatically generate all the codes?
Goto Forum:
  


Current Time: Thu Jun 19 08:13:58 EDT 2025

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

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

Back to the top