Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Acces to QVToTransoformations #41

Open
stiesssh opened this issue May 13, 2024 · 0 comments
Open

Fix Acces to QVToTransoformations #41

stiesssh opened this issue May 13, 2024 · 0 comments

Comments

@stiesssh
Copy link
Contributor

stiesssh commented May 13, 2024

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

  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant