Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Import Wizard does not appear
Import Wizard does not appear [message #716396] Wed, 17 August 2011 09:19 Go to next message
Yo is currently offline YoFriend
Messages: 10
Registered: July 2009
Junior Member
Hi,
I have an RCP app with a ProjectExplorer view. I added an import wizard
but it does not appear when I select "Import". rather, only the
"General" import sources are offered. There is no error message in the
..log file.

My wizard extends Wizard and implements IImportWizard.

Here is my extension def:

<extension point="org.eclipse.ui.importWizards">
<category
name="GIAMA"
id="GIAMA">
</category>
<wizard
category="GIAMA"
name="Import Data"
class="com.zzz.ui.wizards.ImportWizard"
id="ImportWizard">
</wizard>
</extension>


What am I missing?

Thanks,
y
Re: Import Wizard does not appear [message #716700 is a reply to message #716396] Thu, 18 August 2011 06:59 Go to previous message
Yo is currently offline YoFriend
Messages: 10
Registered: July 2009
Junior Member
Hi,
Problem solved. I played around removing and adding dependent plugins in
the runtime. At one point things suddenly worked. I cannot say exactly
which plugins were missing though.

Obviously a missing plugin prevented my plugin from initializing,
however with error messages.

Thanks
-y

On 8/17/2011 11:19 AM, Yo wrote:
> Hi,
> I have an RCP app with a ProjectExplorer view. I added an import wizard
> but it does not appear when I select "Import". rather, only the
> "General" import sources are offered. There is no error message in the
> .log file.
>
> My wizard extends Wizard and implements IImportWizard.
>
> Here is my extension def:
>
> <extension point="org.eclipse.ui.importWizards">
> <category
> name="GIAMA"
> id="GIAMA">
> </category>
> <wizard
> category="GIAMA"
> name="Import Data"
> class="com.zzz.ui.wizards.ImportWizard"
> id="ImportWizard">
> </wizard>
> </extension>
>
>
> What am I missing?
>
> Thanks,
> y
Previous Topic:work around for context sensitive help error reported in message #716543
Next Topic:error in context sensitive help with eclipse 3.6.2
Goto Forum:
  


Current Time: Thu Apr 25 22:34:06 GMT 2024

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

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

Back to the top