vitruv-tools / Vitruv

View-based Development and Model Consistency Framework
http://vitruv.tools
Eclipse Public License 1.0
14 stars 19 forks source link

Changes cannot be propagated to a VirtualModel created by the VirtualModelBuilder outside a test environment #579

Closed TomWerm closed 1 year ago

TomWerm commented 1 year ago

A VirtualModel constructed by a VirtualModelBuilder is unable to handle changes propagated to it due to a missing project directory marker. This directory marker is currently added by the TestProjectManager and as we only use VirtualModels in test code its sufficient. If we want to use a VirtualModel outside a test project we have to set the marker in our code or adapt the VirtualModelBuilder.