Apache Ivy 可以处理 p2 存储库中的依赖关系吗?
我考虑使用 SBT(它使用 Ivy 解决依赖关系)来构建 Eclipse RCP 应用程序。是否可以?
I considered using SBT (which resolves dependencies using Ivy) to build an Eclipse RCP application. Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您可以通过标准ivy解析器访问p2存储库(此处列出:http://ant.apache.org/ivy/history/latest-milestone/settings/resolvers.html)那么它应该是可能的。
If you can access the p2 repository via the standard ivy resolvers(listed here: http://ant.apache.org/ivy/history/latest-milestone/settings/resolvers.html) then it should be possible.