我对OSGi enRoute和BndTool实现应用程序的概念非常着迷。但是我一直试图使用Blueprint Gemini。请有人帮助我。
如何使用Blueprint Gemini 2.0.0运行基于BndTools的OSGi应用程序?
缺少要求 及(osgi.extender = osgi.blueprint)(版本= [1.0.0,2.0.0))
OSGi框架:org.eclipse.osgi; version ='[3.10 ...]
对于项目名称,选择后缀“application”。 *然后我添加了一个blueprint.xml。
在* .bndrun文件中,我添加了两个包作为“运行要求”:
<dependency>
<groupId>org.eclipse.gemini.blueprint</groupId>
<artifactId>gemini-blueprintextender</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>