osgi.dev 属性 在 eclipse 4.5 中
osgi.dev Property in eclipse 4.5
我们在 jboss eap 服务器中使用 osgi。在开发中,我们引用 config.ini 中的工作区插件。我们还使用 config.ini 属性 中的 osgi.dev 将我们的 classes 文件夹 (target/classes) 添加到 class路径。此 在 eclipse 4.3 中运行良好。
在 eclipse 4.5.2 中,这个 属性 似乎 不再有效 。这是否已在 4.5(.2) 中删除,是否有另一种方法告诉 BundleClassloader 在哪里可以找到 class 文件?
已在 eclipse forum. The reason of this behavior is likely the bug described here 中找到解决方案。
我们在 jboss eap 服务器中使用 osgi。在开发中,我们引用 config.ini 中的工作区插件。我们还使用 config.ini 属性 中的 osgi.dev 将我们的 classes 文件夹 (target/classes) 添加到 class路径。此 在 eclipse 4.3 中运行良好。
在 eclipse 4.5.2 中,这个 属性 似乎 不再有效 。这是否已在 4.5(.2) 中删除,是否有另一种方法告诉 BundleClassloader 在哪里可以找到 class 文件?
已在 eclipse forum. The reason of this behavior is likely the bug described here 中找到解决方案。