Community
Participate
Working Groups
Currently, the annotation processor that generates implementation classes for model elements is located in org.eclipse.sapphire.modeling plugin. This makes that core plugin dependent on org.eclipse.jpt.apt.core and the annotation processor isn't even necessary at runtime. The annotation processor should move to the SDK feature. Since the SDK plugin requires the annotation processor for its own build, the annotation processor will need to go into a new plugin.
Done. The annotation processor now resides in org.eclipse.sapphire.sdk.build.processor bundle, which is part of org.eclipse.sapphire.sdk feature.
verified with build 0.3.0.201105261624
Closing.