When switching to using defs/ imports, I realised that the transitive named imports of a RoboChart package weren't being calculated correctly. It seems like the issue is that the models relating to the imports aren't being properly resolved. While I've papered over the problem by adding a EcoreUtils2.resolveAll(resourceSet) onto the top-level generator, it seems like this shouldn't be needed when running the setup within Eclipse?
When switching to using
defs/
imports, I realised that the transitive named imports of a RoboChart package weren't being calculated correctly. It seems like the issue is that the models relating to the imports aren't being properly resolved. While I've papered over the problem by adding aEcoreUtils2.resolveAll(resourceSet)
onto the top-level generator, it seems like this shouldn't be needed when running the setup within Eclipse?