如果 xsd 位于工作区中,Eclipse Helios 无法从 XSD 创建 ECore
我在空 EMF 项目下的文件夹中有一堆 XSD 文件。我选择新的发电机模型,它要求提供模型源。如果我从浏览器工作区选项(从空 emf 项目中的文件夹)选择主 xsd,导入将不起作用。 我收到错误:XSD 类型引用 blabla 未解析的 Uri:平台/资源...
如果我将工作区文件夹复制到其他位置并通过浏览器文件系统选项浏览该位置,则一切正常。
我做错了什么?
I have a bunch of XSD files in a folder under an Empty EMF project. I select new generator model, and it asks for a model source. If I select the main xsd from the browser workspace option (from a folder in the empty emf project), the import does not work.
I get Error: XSD type reference blabla is unresolved Uri:platform/resource....
If I copy the workspace folder to some other location and browse that via Browser file system option, everything works just fine.
What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以防万一有人遇到同样的问题,其中一个模式包含另一个 xsd,其 xsd 名称以小写字母书写。 Eclipse 社区论坛的这个帖子中给出了线索: http:// /www.eclipse.org/forums/index.php/m/786530/#msg_786530
Just in case anybody comes across the same problem, one of the schemas included another xsd with xsd name written in lowercase letters. The clue was given in this thread in the Eclipse community forums: http://www.eclipse.org/forums/index.php/m/786530/#msg_786530