Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359545 - generated org.eclipse.xtend.util.stdlib dependency cannot be resolved
Summary: generated org.eclipse.xtend.util.stdlib dependency cannot be resolved
Status: CLOSED FIXED
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.0.1   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-30 06:38 EDT by Kai Toedter CLA
Modified: 2011-11-11 04:44 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 Kai Toedter CLA 2011-09-30 06:38:52 EDT
When generating a DSL project using the xtext wizard generator, in the generated manifest.mf there is a dependency to bundle org.eclipse.xtend.util.stdlib. This bundle does not seem to exist in the xtext 2.0.1 SDK.
Comment 1 Kai Toedter CLA 2011-09-30 07:52:07 EDT
the code is in org.eclipse.xtext.ui.wizard.AbstractPluginProjectCreator

	protected List<String> getRequiredBundles() {
		return Lists.newArrayList(
			"com.ibm.icu",
			"org.eclipse.xtext", 
			"org.eclipse.xtext.generator",
			"org.eclipse.xtend",
			"org.eclipse.xtend.typesystem.emf",
			"org.eclipse.xpand", 
			"de.itemis.xtext.antlr;resolution:=optional",
			"org.eclipse.xtend.util.stdlib",
			"org.eclipse.emf.mwe2.launch;resolution:=optional");
	}

Sure I can override this in my derived but it would be nice if the originally generated code would work out of the box :)
Comment 2 Dennis Huebner CLA 2011-11-11 04:44:20 EST
Already fixed. (2011-10-21)