You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Path to QVTo transformation is a hardcoded String in class SpdAdjustorModule. This works just fine for running Slingshot as an Runtime Eclipse Instance, but break e.g. with the maven build created for the E2E-tests.
Goals
Get rid of hardcoded path to transformations.
Make it such that the transformation are available when not running inside Eclipse.
Misc
Iirc, the OSGi run (from inside Eclipse) also works just fine with the hard coded path.
We implemented the loading and executing of transformations similarly to SimuLizar. But for SimulLizar, the transformations to be executed are in the workspace. However, we are trying to load and execute transformations from another plugin. Maybe we need to take a closer look at how ATs handle their transformations.
Current Behavior
Path to QVTo transformation is a hardcoded String in class
SpdAdjustorModule
. This works just fine for running Slingshot as an Runtime Eclipse Instance, but break e.g. with the maven build created for the E2E-tests.Goals
Misc
The text was updated successfully, but these errors were encountered: