Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [CDO ] Building CDO from CVS with buckminster(Would like to build a product with CDO 2.0 last source with buckminster)
[CDO ] Building CDO from CVS with buckminster [message #537175] Tue, 01 June 2010 14:46 Go to next message
Sabri Skhiri is currently offline Sabri SkhiriFriend
Messages: 43
Registered: February 2010
Member
Hi,

It is perhaps not the best location to post my question, but I know that the CDO team uses buckminster and hudson for their build, so you can may be answer my question. I am building a product with buckminster and hudson, but I need to re-compile CDO source from the public CVS, I have got a problem when I try to check out the sources.

My rmap for this part is:
<searchPath name="cdo">
		<provider readerType="cvs" componentTypes="osgi.bundle,eclipse.feature"
			mutable="true" source="true">
			<uri
				format=":pserver:anonymous@dev.eclipse.org:/cvsroot/modeling,org.eclipse.emf/org.eclipse.emf.cdo/plugins/{0}">
				<bc:propertyRef key="buckminster.component" />
			</uri>
		</provider>
	</searchPath>

	<searchPath name="eclipse">
		<provider readerType="eclipse.import" componentTypes="osgi.bundle,eclipse.feature"
			mutable="true" source="false">
			<uri format="http://download.eclipse.org/technology/epp/packages/galileo?importType=binary" />
		</provider>
		<provider readerType="eclipse.import" componentTypes="osgi.bundle,eclipse.feature,buckminster"
			mutable="true" source="false" >
			<uri format="http://download.eclipse.org/releases/galileo?importType=binary" />
		</provider>
    
	</searchPath>
	<locator searchPathRef="cdo" pattern="^org\.eclipse\.emf\.cdo(\..+)?" />
	<locator searchPathRef="eclipse" pattern=".*" />



I have got this message from buckminster:
ERROR   [0000] : No suitable provider for component org.eclipse.emf.cdo:osgi.bundle/2.0.0 was found in resourceMap file:/var/lib/hudson/jobs/SWIFT_V2/workspace/com.ena.swift.feature.site/swiftV2.rmap
  ERROR   [0000] : No suitable provider for component org.eclipse.emf.cdo:osgi.bundle/2.0.0 was found in searchPath cdo
    ERROR   [0000] : Rejecting provider cvs(:pserver:anonymous@dev.eclipse.org:/cvsroot/modeling,org.eclipse.emf/org.eclipse.emf.cdo/plugins/{0}): No component match was found
      ERROR   No reader type with id cvs has been registered with extension-point org.eclipse.buckminster.core.readerTypes



Any idea?

Thanks,

Sabri.
Re: [CDO ] Building CDO from CVS with buckminster [message #537214 is a reply to message #537175] Tue, 01 June 2010 15:22 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Sabri,

it's best to look into the rmap that we maintain for the CDO build in
our releng component org.eclipse.emf.cdo.releng. Apart from that I'm
unfortunately not a Buckminster guru.

Cheers
/Eike

----
http://thegordian.blogspot.com
http://twitter.com/eikestepper



Am 01.06.2010 16:46, schrieb Sabri Skhiri:
> Hi,
>
> It is perhaps not the best location to post my question, but I know
> that the CDO team uses buckminster and hudson for their build, so you
> can may be answer my question. I am building a product with
> buckminster and hudson, but I need to re-compile CDO source from the
> public CVS, I have got a problem when I try to check out the sources.
>
> My rmap for this part is:
>
> <searchPath name="cdo">
> <provider readerType="cvs" componentTypes="osgi.bundle,eclipse.feature"
> mutable="true" source="true">
> <uri
>
> format=":pserver:anonymous@dev.eclipse.org :/cvsroot/modeling,org.eclipse.emf/org.eclipse.emf.cdo/plugi ns/{0} ">
>
> <bc:propertyRef key="buckminster.component" />
> </uri>
> </provider>
> </searchPath>
>
> <searchPath name="eclipse">
> <provider readerType="eclipse.import"
> componentTypes="osgi.bundle,eclipse.feature"
> mutable="true" source="false">
> <uri
> format=" http://download.eclipse.org/technology/epp/packages/galileo? importType=binary"
> />
> </provider>
> <provider readerType="eclipse.import"
> componentTypes="osgi.bundle,eclipse.feature,buckminster"
> mutable="true" source="false" >
> <uri
> format=" http://download.eclipse.org/releases/galileo?importType=bina ry" />
>
> </provider>
> </searchPath>
> <locator searchPathRef="cdo" pattern="^org\.eclipse\.emf\.cdo(\..+)?" />
> <locator searchPathRef="eclipse" pattern=".*" />
>
>
>
> I have got this message from buckminster:
>
> ERROR [0000] : No suitable provider for component
> org.eclipse.emf.cdo:osgi.bundle/2.0.0 was found in resourceMap
> file:/var/lib/hudson/jobs/SWIFT_V2/workspace/com.ena.swift.f eature.site/swiftV2.rmap
>
> ERROR [0000] : No suitable provider for component
> org.eclipse.emf.cdo:osgi.bundle/2.0.0 was found in searchPath cdo
> ERROR [0000] : Rejecting provider
> cvs(:pserver:anonymous@dev.eclipse.org :/cvsroot/modeling,org.eclipse.emf/org.eclipse.emf.cdo/plugi ns/{0}):
> No component match was found
> ERROR No reader type with id cvs has been registered with
> extension-point org.eclipse.buckminster.core.readerTypes
>
>
>
> Any idea?
>
> Thanks,
>
> Sabri.


Previous Topic:Model Backward migration
Next Topic:Fragment path in XML representation
Goto Forum:
  


Current Time: Thu Apr 25 04:18:19 GMT 2024

Powered by FUDForum. Page generated in 0.02904 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top