我在GitHub上克隆了eclipse/webtools.jsdt.core。(https://github.com/eclipse/webtools.jsdt.core)
然后将其导入到Mac OS X 10.6上的Juno-RCP,并尝试使用org.eclipse.wst.jsdt.core.feature/feature.xml构建和导出它。
但是我得到一个错误,说"Unable to find feature "org.eclipse.license“with version in range [1.0.0,1.0.1).”。
此错误的原因是什么?我应该怎么做才能解决这个问题?
诚挚的问候。
发布于 2013-05-02 16:12:55
我在wtp-dev邮件列表上得到了答案。http://dev.eclipse.org/mhonarc/lists/wtp-dev/msg08663.html
在以下存储库中获取'features/org.eclipse.license/‘:git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.git。
并且只需将“feature/org.eclipse.license/”子目录作为项目导入即可。
谢谢
https://stackoverflow.com/questions/16270332
复制相似问题