【问题标题】:No suitable provider for component - Buckminster没有合适的组件供应商 - Buckminster
【发布时间】:2011-11-23 08:51:54
【问题描述】:

我正在尝试使用 Buckminster 构建我的 Eclipse 插件,但是有 这个问题。当我尝试解析并实现我的 cquery 文件时,jenkins 显示 我的错误信息:

ERROR   [0001] : No suitable provider for component ScDt:eclipse.feature was found in resourceMap file:/C:/Users/jvlk/.jenkins/jobs/Aragorn/workspace/scDt/scdes.rmap
  ERROR   [0001] : No suitable provider for component ScDt:eclipse.feature was found in searchPath resources
    ERROR   [0001] : Resolution attempt ended with exception: Provider local(file:///C:/Users/jvlk/.jenkins/jobs/Aragorn/workspace/ScDt/): Missing CSpec source required by component type eclipse.feature
      ERROR   Provider local(file:///C:/Users/jvlk/.jenkins/jobs/Aragorn/workspace/ScDt/): Missing CSpec source required by component type eclipse.feature

我正在使用 url 上可用的存储库:http://download.eclipse.org/releases/galileo。 我的 rmap 看起来像:

<?xml version="1.0" encoding="UTF-8"?>
<rmap
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://www.eclipse.org/buckminster/RMap-1.0"
    xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
    xmlns:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0"
    xmlns:pp="http://www.eclipse.org/buckminster/PDEMapProvider-1.0">

    <searchPath name="resources">
        <provider readerType="local" componentTypes="osgi.bundle,eclipse.feature" mutable="true" source="true">
            <uri format="file:///{0}/{1}/">
                <bc:propertyRef key="workspace.root" />
                <bc:propertyRef key="buckminster.component" />
            </uri>
        </provider>
    </searchPath>

    <locator searchPathRef="resources"/>

</rmap> 

你有什么建议吗?我将不胜感激

【问题讨论】:

    标签: java eclipse eclipse-plugin buckminster


    【解决方案1】:

    尝试在 eclipse.org 上的 buckminster 论坛获取帮助

    【讨论】:

      猜你喜欢
      • 2013-08-31
      • 1970-01-01
      • 1970-01-01
      • 2017-09-28
      • 2018-03-17
      • 2017-08-07
      • 1970-01-01
      • 2010-11-26
      • 1970-01-01
      相关资源
      最近更新 更多