-
| Hi, I have a question about references across files. build.xml: peoples.xmi: project.xmi: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| Tweaking the person reference in <person href="peoples.xmi#//@people.0"/>and setting the <epsilon.emf.loadModel name="Project" modelFile="project.xmi" metamodelFile="psl.emf" expand="true"/> |
Beta Was this translation helpful? Give feedback.
Tweaking the person reference in
project.xmias followsand setting the
expandoption totruewhen loadingproject.xmiseems to be doing the trick for me.