I'm trying to migrate my old sculptor-based project to sculptor 3/Eclipse 4.3 and what i currently need is some meta model changes.
I found the following snippet in the new developers guide:
I don't know, what modules should I check out, so i checked out following modules:
eclipse-library
eclipse-repository
org.sculptor.dsl
org.sculptor.dsl.feature
org.sculptor.dsl.tests
org.sculptor.dsl.ui
sculptor-active-annotation
sculptor-active-annotation-test
sculptor-distribution
sculptor-eclipse
sculptor-framework
sculptor-framework-main
sculptor-framework-mongodb
sculptor-framework-test
sculptor-generator
sculptor-generator-core
sculptor-parent
sculptor-generator-dependencies
sculptor-metamodel
I have a couple of errors in these modules:
1) XXX cannot be resolved to a type (e.g. AbstractSculptordslRuntimeModule)
It seems that the class should be in the same module, but i can't find it
2) Dsl* cannot be resolved to a type (e.g. DslApplication)
I suppose these classes must be somehow generated.
3) "Bundle 'XXX' cannot be resolved" in MANIFEST.MF (e.g. org.eclipse.core.resources.source)
Missing Eclipse Plugins? It's not always easy to identify, what bundle belongs to what plugin.
4) "Package 'XXX' does not exist in this plug-in" in MANIFEST.MF (e.g. package org.sculptor.dsl.ui.internal in org.sculptor.dsl.ui)
If i create a empty package, the error disappears
5) "Plugin execution not covered by lifecycle configuration: org.fornax.toolsupport:fornax-oaw-m2-plugin:3.4.0:run-workflow (execution: default, phase: generate-sources)" in sculptor-metamodel
Can anyone give me some tips?