生成的 Equinox config.ini
我正在进行一些 osgi 插件开发。我在 Eclipse IDE 中创建了一个启动配置,它将所有必需的包添加到我的运行时。是否有可能将 eclipse 启动配置导出/转换为 config.ini,我可以在独立的Equinox env 上使用它?
I've got some osgi plugin development going on. I've created a launch configuration in my eclipse IDE, which adds all required bundles to my runtime. Is there any possibilty to export/convert the eclipse launch config to a config.ini which I can use on my standalone equinox env?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试“新建->其他->插件开发->产品配置”。您可以根据您的启动配置初始化内容。
然后,您可以导出该产品,这将生成您可以运行的独立产品。请注意 bug 278598
Try "New -> Other -> Plug-in Development -> Product Configuration". You can initialize the content based on your launch configuration.
You can then export the product which will produce a standalone product that you can run. Just watch out for bug 278598