xatkit-bot-platform / xatkit-uml-platform

Provides action to create and manipulate UML models
Other
4 stars 1 forks source link

Example execution model should be platform independent #1

Closed gdaniel closed 5 years ago

gdaniel commented 5 years ago

The UmlPlatform import doesn't use an alias, meaning that the generated XMI file contains an absolute path to the imported elements that cannot be resolved. We need to setup an alias and set it with a relative path in the .properties file (or import the platform using a relative path).

gdaniel commented 5 years ago

Similar to https://github.com/jarvis-bot-platform/neo4j-platform/issues/1