Community
Participate
Working Groups
Build Identifier: I20100527-1700 When Ecore.ecore is imported in an Acceleo project (so that we can generate code from Ecore models), the workspace build throws exceptions when it comes to building the acceleo project. Reproducible: Always Steps to Reproduce: 1. Create a sample acceleo project with the default template created by the wizard 2. Import Ecore.ecore somewhere in the project folder 3.
Created attachment 173170 [details] Message and stack trace This is the stack trace of the exception that is thrown while building the Acceleo project.
We introduced a facade for the package registry so that we wouldn't pollute the global package registry with workspace-defined packages anymore. It is now possible to work with Ecore.ecore or UML.uml in the workspace, remove classes or concepts from this metamodels and still be able to load ecore files properly. In addition, Acceleo modules defined on a workspace metamodel will now react to changes done in these metamodels (concept added or removed ...).