Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Zookeeper Hucky build

I Wim,

Have you tried using the Orbit p2 repositories instead of the RMAP's? I.e. providers that look like this:

    <rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
      <rm:uri format="{0}/tools/orbit/downloads/drops/S20100423142122/updateSite">
        <bc:propertyRef key="eclipse.download.prefix"/>
      </rm:uri>
    </rm:provider>


How do you control what ends up where? Are you using an MSPEC? If so, is it based on name patterns or on a filter?

What version of Buckminster is in use?

- thomas


On 05/05/2010 02:46 AM, Wim Jongman wrote:
Hi,

I have made a zookeeper build job. It looks good to me but it will not build. It is complaining about not being able to resolve the org.apache.zookeeper bundle that is included in the feature. The o.a.zookeeper bundle is found in the projects and plugins directory of the build job workspace. I changed the build to copy the o.a.z bundle into the target platform directory but that gave me different errors. 


I keep getting this error in the build:

ERROR   No suitable provider for component org.apache.zookeeper:osgi.bundle was found in resourceMap http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ecf/releng/org.eclipse.ecf.releng.bm/ecf.rmap?root=RT_Project&view=co
  ERROR   No suitable provider for component org.apache.zookeeper:osgi.bundle was found in searchPath default
    ERROR   Rejecting provider eclipse.import(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/S20090911225403/updateSite/?importType=binary): No component match was found
    ERROR   Rejecting provider eclipse.import(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/S20100423142122/updateSite/?importType=binary): No component match was found
    ERROR   PDEMapProvider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Unable to find org.apache.zookeeper:osgi.bundle in map

Best regards,

Wim
_______________________________________________ ecf-dev mailing list ecf-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/ecf-dev


Back to the top