Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » CVS provider rejected, problems with cvs rlog command
CVS provider rejected, problems with cvs rlog command [message #498325] Mon, 16 November 2009 13:53 Go to next message
Karsten Thoms is currently offline Karsten ThomsFriend
Messages: 762
Registered: July 2009
Location: Dortmund, Germany
Senior Member

I have trouble setting up a searchPath using a cvs provider. The rmap is as follows:
<searchPath name="sources">
  <provider readerType="cvs"
  componentTypes="osgi.bundle,eclipse.feature"
  mutable="true" source="true">
  <uri format=":pserver:USER:PWD@CVSHOST:CVSROOT,MyProduct/{0}">
    <bc:propertyRef key="buckminster.component"/>
  </uri>
  </provider>
</searchPath>

<locator searchPathRef="sources" pattern="^de\.mycompany\..+"/>


When executing "Resove to Wizard" in my .cquery for a feature the following error occurs:
 
   No suitable provider for component my.feature.project was found in...  
   Rejecting provider cvs (:pserver:USER:PWD@CVSHOST:CVSROOT,MyProduct/{0}): No component match was found: The server reported an error while performing the "cvs rlog" command."


Executing the rlog command on a console works as expected.

Does someone have an idea?

Kind regards,
~Karsten


Need professional support for Xtext, EMF, Eclipse IDE?
Go to: http://devhub.karakun.com
Twitter : @kthoms
Blog : www.karsten-thoms.de

[Updated on: Mon, 16 November 2009 13:53]

Report message to a moderator

Re: CVS provider rejected, problems with cvs rlog command [message #521753 is a reply to message #498325] Thu, 18 March 2010 16:40 Go to previous message
Dave  is currently offline Dave Friend
Messages: 1
Registered: March 2010
Junior Member
I too am having this issue.

I have the (Buckminster - CVS support 1.0.350.r11054) component installed in an Eclipse 3.5.1 instance.

I have tried to make this work against the POJO projects I have and against the Eclipse Mokey example cquery (at http://www.eclipse.org/dash/monkey/monkey.cquery ) that uses the rmap at ( http://www.eclipse.org/dash/monkey/monkey.rmap ).

Both my attempts to configure a valid cquery and rmap that pull a project from CVS and the examples I have found fail in the same manner, with the following error messages.


ERROR [0001] : No suitable provider for component org.eclipse.eclipsemonkey-feature was found in resourceMap http://www.eclipse.org/dash/monkey/monkey.rmap
ERROR [0001] : No suitable provider for component org.eclipse.eclipsemonkey-feature was found in searchPath dash
ERROR [0001] : Rejecting provider cvs(:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,org.eclipse.dash/{0}): No component match was found
ERROR The server reported an error while performing the "cvs rlog" command.
ERROR : The server did not provide any additional information.
Errors and Warnings
E [0001] : No suitable provider for component org.eclipse.eclipsemonkey-feature was found in resourceMap http://www.eclipse.org/dash/monkey/monkey.rmap
E [0001] : No suitable provider for component org.eclipse.eclipsemonkey-feature was found in searchPath dash
E [0001] : Rejecting provider cvs(:pserver:anonymous@dev.eclipse.org:/cvsroot/technology,org.eclipse.dash/{0}): No component match was found: The server reported an error while performing the "cvs rlog" command.


Since my team and I are just trying to get started, if the Eclipse Monkey is not a good example, can someone point me to a better example to try? Also, does anyone know what is causing this error?

Any and all help would be appreciated.
Previous Topic:error when accessing galileo update site with aggregator
Next Topic:passing properties file in Hudson's Buckminster plugin
Goto Forum:
  


Current Time: Thu Apr 25 10:02:20 GMT 2024

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

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

Back to the top