Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [henshin-dev] How to correctly build rules?

Am 15.10.2012 15:44, schrieb Christian Krause:
Hi Jens,

try to register the standard XMI resource factory using resourceSet.
*registerXMIResourceFactories
<http://download.eclipse.org/modeling/emft/henshin/javadoc/nightly/org/eclipse/emf/henshin/model/resource/HenshinResourceSet.html#registerXMIResourceFactories%28java.lang.String...%29>("uml")*;

I did this and got a
"org.eclipse.emf.ecore.xmi.PackageNotFoundException: Package with uri 'http://www.eclipse.org/uml2/3.0.0/UML' not found."

I fixed it by following this page:
<http://eclipsemde.blogspot.de/2010/06/package-with-uri-not-found.html>


Thanks,
Jens


Back to the top