Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 337164

Summary: [releng] importing xtext-local.mspec results in ERROR [0021]
Product: [Modeling] TMF Reporter: Michael Clay <clay>
Component: XtextAssignee: Project Inbox <tmf.xtext-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: dennis.huebner
Version: 2.0.0   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Michael Clay CLA 2011-02-14 15:23:50 EST
importing xtext-local.mspec as described in org.eclipse.xtext.releng/releng/README.txt results in 

ERROR   [0021] : No suitable provider for component org.eclipse.xtext.xtext.ui.examples:osgi.bundle was found in resourceMap file:/Users/mclay/workspace/xtext/releng/org.eclipse.xtext.releng/releng/xtext.rmap
  ERROR   [0021] : No suitable provider for component org.eclipse.xtext.xtext.ui.examples:osgi.bundle was found in searchPath xtext.examples.container
    ERROR   [0021] : Resolution attempt ended with exception: Provider local(/Users/mclay/workspace/xtext/org.eclipse.xtext.git/examples/org.eclipse.xtext.xtext.ui.examples/org.eclipse.xtext.xtext.ui.examples): Missing CSpec source required by component type osgi.bundle
      ERROR   Provider local(/Users/mclay/workspace/xtext/org.eclipse.xtext.git/examples/org.eclipse.xtext.xtext.ui.examples/org.eclipse.xtext.xtext.ui.examples): Missing CSpec source required by component type osgi.bundle

Attempt to use an unresolved node. Request is org.eclipse.xtext.xtext.ui.examples:osgi.bundle
Comment 1 Dennis Huebner CLA 2011-02-15 07:43:01 EST
To improve performance I changed from git provider to local. See xtext.rmap 
file. Means you have to clone the org.eclipse.xtext.git repository and than 
import bundels into your workspace using e.g. egit plugin.
Comment 2 Dennis Huebner CLA 2012-01-27 07:53:34 EST
README.txt doesn't exist anymore :)
Projects should be imported using egit. I think about adding .psf files but past experience shows that developer often use there own working sets.
However there is an /org.eclipse.xtext.releng/releng/local/local-build.ant file (incubation) which should allow to run buckminster build locally.