Hi All, just a noticed for the rare people which are working with Intellij and without maven. I have created a intellij plugin for Felix Annotation which will simple process all annotations and adds the generated serviceComponent.xml to the manifest in the build output.
It also provides a refactoring tool which allows you to convert a service component XML to Felix annotations. You just have to open an existing service component xml file and click "Refactor/To Felix SCR". The action will find the implementation class and adds the Felix annotations to it. The plan is to support OSGi SCR Annotations as soon the Felix SCR generator will support this feature. The plugin page: http://plugins.intellij.net/plugin/?webide&id=7009 The Github page: https://github.com/chilicat/felix-annotation-processor#readme regards, Daniel
