Home » Modeling » GMF (Graphical Modeling Framework) » DecoratorProvidor error
DecoratorProvidor error [message #1037597] |
Tue, 09 April 2013 19:24 |
Simon Zutterman Messages: 28 Registered: October 2012 |
Junior Member |
|
|
Hi,
I created a GMF editor, and resolved all but 2 errors (see attachment), that appear as soon as i create a node on my diagram. Probably caused by the activator ...DecoratorPlugin is invalid warning?
I really have no clue where i can solve this problem, I've never debugged a project, and since it's quite big it would take a long while.
Does anyone have a clue how to tackle this or where this error could come from?
Build properties:
bin.includes = .,\
icons/,\
META-INF/,\
plugin.xml,\
plugin.properties,\
messages.properties,\
.options
jars.compile.order = .
source.. = src/
output.. = bin/
Manifest:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: ChooseEditor.diagram; singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: chooseeditor.diagram.part.ChooseEditorDiagramEditorPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: chooseeditor.diagram.edit.parts,
chooseeditor.diagram.part,
chooseeditor.diagram.providers
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.core.expressions,
org.eclipse.jface,
org.eclipse.ui.ide,
org.eclipse.ui.views,
org.eclipse.ui.navigator,
org.eclipse.ui.navigator.resources,
org.eclipse.emf.ecore,
org.eclipse.emf.ecore.xmi,
org.eclipse.emf.edit.ui,
org.eclipse.gmf.runtime.emf.core,
org.eclipse.gmf.runtime.emf.commands.core,
org.eclipse.gmf.runtime.emf.ui.properties,
org.eclipse.gmf.runtime.diagram.ui,
org.eclipse.gmf.runtime.diagram.ui.properties,
org.eclipse.gmf.runtime.diagram.ui.providers,
org.eclipse.gmf.runtime.diagram.ui.providers.ide,
org.eclipse.gmf.runtime.diagram.ui.render,
org.eclipse.gmf.runtime.diagram.ui.resources.editor,
org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide,
org.eclipse.gmf.tooling.runtime;visibility:=reexport,
org.eclipse.draw2d;visibility:=reexport,
org.eclipse.gmf.runtime.draw2d.ui;visibility:=reexport,
ChooseEditor;visibility:=reexport,
ChooseEditor.edit;visibility:=reexport,
org.eclipse.ocl.ecore;visibility:=reexport,
org.eclipse.gef;visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Many thanks in advance for any help!!
-
Attachment: errors.PNG
(Size: 39.06KB, Downloaded 252 times) -
Attachment: error2.PNG
(Size: 147.29KB, Downloaded 273 times) -
Attachment: error1.PNG
(Size: 146.28KB, Downloaded 268 times) -
Attachment: warning.PNG
(Size: 149.43KB, Downloaded 249 times)
|
|
| | | |
Goto Forum:
Current Time: Wed Jan 15 00:31:41 GMT 2025
Powered by FUDForum. Page generated in 0.04335 seconds
|