Error in Activator.java [message #1404110] |
Tue, 29 July 2014 12:19  |
Eclipse User |
|
|
|
Hi!
I have errors appearing in the Activator.java of my viewpoint specification project.
Erros are on AbstractUIPlugin and on BundleContext (cannot be resolved to a type).
Importations are the following:
import org.eclipse.sirius.business.api.componentization.ViewpointRegistry;
import org.eclipse.sirius.viewpoint.description.Viewpoint;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
The consequence is that no display appears in the generated interface while all actions of the menu are OK (class instanciation etc.) Do you know how to fix this problem ?
Kind regards,
Anne-Lise
|
|
|
|
|
Re: Error in Activator.java [message #1404237 is a reply to message #1404202] |
Wed, 30 July 2014 11:17   |
Eclipse User |
|
|
|
Hi Anne-Lise
Le 30/07/2014 14:02, anne-Lise Courbis a écrit :
> I cannot answer your question since, now, it is no more possible to run
> the environment.
Could check the Problems and Errors view of your development Eclipse
(not those of the runtime) to look for errors concerning your plugin ?
Could you also check the MANIFEST.MF of your Viewpoint specification
plugin and verify its dependencies ? The VSP creation wizard generates
it with the following dependencies:
org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.sirius,
org.eclipse.sirius.common.acceleo.mtl
> The reported problem is :
> 'Lauching runtime' has encountered a problem. Errors occurred during the
> build.
> Errors running builder 'Plug-in Manifest Builder' on project
> 'fr.ema.IDCM.component'.
> org/eclipse/pde/internal/build/IBuildPropertiesConstants
>
> I didn't make any change in this part of the project... I tried to
> generate again model, edit and editor, whithout success.
>
> I you have an idea to fix this problem, I could answer your question...
>
> Regards,
> Anne-Lise
Regards,
Maxime
|
|
|
|
Powered by
FUDForum. Page generated in 0.06837 seconds