Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 337164 - [releng] importing xtext-local.mspec results in ERROR [0021]
Summary: [releng] importing xtext-local.mspec results in ERROR [0021]
Status: CLOSED WONTFIX
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.0.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-14 15:23 EST by Michael Clay CLA
Modified: 2012-01-27 07:53 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.