Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » [XCORE] GMF: Resource '/org.eclipse.emf.ecore.xcore.lib/model/XcoreLang.xcore' does not exist.(Can't find file, even though the package is in the manifest.)
[XCORE] GMF: Resource '/org.eclipse.emf.ecore.xcore.lib/model/XcoreLang.xcore' does not exist. [message #1407096] Mon, 11 August 2014 21:52
Jack Greenfield is currently offline Jack GreenfieldFriend
Messages: 18
Registered: June 2014
Junior Member
(Cross posted to EMF forum)

I've migrated a set of ecore models used in a GMF editor to xcore, and I'm running into problems using them in GMF.

Specifically, the GMF map editor fails with "Resource '/org.eclipse.emf.ecore.xcore.lib/model/XcoreLang.xcore' does not exist."

Here is MANIFEST.MF:

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: mybundle
Bundle-SymbolicName: mybundle; singleton:=true
Bundle-Version: 0.1.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.emf.ecore.xcore;visibility:=reexport,
org.eclipse.emf.ecore.xcore.lib;visibility:=reexport

Are there any guidelines for using GMF tools with Xcore?

[Updated on: Mon, 11 August 2014 21:53]

Report message to a moderator

Previous Topic:No property sheets after changing NS URI
Next Topic:ShortestPathConnectionRouter with GMF components
Goto Forum:
  


Current Time: Thu Apr 25 04:15:55 GMT 2024

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

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

Back to the top