Import Wizard does not appear [message #716396] |
Wed, 17 August 2011 05:19  |
Eclipse User |
|
|
|
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 02:59  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.43819 seconds