Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] CSPEC Location

Hi All,

I just started playing around with buckminster today and I was wondering if
someone could answer a couple questions for me.

I've been trying to create a cquery and rmap for a project which lives in
our cvs repository. Here's my provider configuration: 

  <provider
     readerType="cvs"
     componentTypes="osgi.bundle,eclipse.feature,buckminster"
     source="true" mutable="false">      
      <uri format=":pserver:brodericke:*****@********:/opt/cvsroot,{0}">
      	<bc:propertyRef key="buckminster.component" />
      </uri>         
  </provider>
  
It seems to me like I'm only able to materialize my cquery when there is a
cspec file in the root of my project in cvs. When I take out the cspec file,
I see errors like: 

ERROR   [0001] : No suitable provider for component
buckminster_project:buckminster was found in searchPath default
  ERROR   [0001] : Provider
cvs(:pserver:brodericke:*****@********:/opt/cvsroot,buckminster_project): No
match found for component buckminster_project

Is this observation correct or am I just missing something? Do I need to
have a cspec file checked in under the root of my project in cvs? If that's
true, is there any way to point buckminster to a cspec file that's located
somewhere else?

Thanks,
Evan

-- 
View this message in context: http://www.nabble.com/CSPEC-Location-tp15421791p15421791.html
Sent from the Eclipse - Buckminster Dev mailing list archive at Nabble.com.



Back to the top