Problem
At the moment it is not possible to referfence anything else outside of the containing root from a CustomRunnerAspect because the scope of this reference link is restricted. To be able to compose a proper MPS build and as a potential pre-condition for #1751 we need to allow the referencation of other BuildMps_Solutions.
Improvements
- Improve scope implementation for CustomRunnerAspect references
- verify if the generator needs adaptions to deal with solutions referenced from other locations
Problem
At the moment it is not possible to referfence anything else outside of the containing root from a CustomRunnerAspect because the scope of this reference link is restricted. To be able to compose a proper MPS build and as a potential pre-condition for #1751 we need to allow the referencation of other
BuildMps_Solutions.Improvements