Buckminster RCP简单项目实现
观看网络研讨会、浏览 BuckyBook PDF 并遵循 Eclipse RCP 构建教程后,我仍然不知道如何将 CVS 中的简单 RCP 插件项目具体化到 Eclipse 工作区中。
有没有人有一个带有 CQUERY 和 RMAP 文件的示例,用于一个简单的项目工作区?
After watching the webinar, skimming over the BuckyBook PDF, and following the Eclipse RCP build tutorial, I still don't know how to materialize a simple RCP plug-in project from CVS into an eclipse workspace.
Does anyone have an example with a CQUERY and an RMAP file, for a simple one project workspace?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其实很简单。
下面是一个 CSPEC 示例:
请注意,根请求名称属性指向一个组件。如果您有一个 RCP 应用程序,其中有一个主捆绑包(例如您的应用程序的启动点),那么您将使用上面的 name 属性指向该组件。然后,此 CSPEC 将使用下面的 RMAP、使用搜索路径、提供程序等下载所有依赖组件。RMAP
:
Its actually easy.
Here is a sample CSPEC:
Note the root request name property points to a component. If you have an RCP app which has a main bundle (say one that is the launching point to your app), then you would point to this component using the name property above. This CSPEC will then download all dependent components using the RMAP below, using search paths, providers etc.
The RMAP: