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

Relative path as modelUri causes error on Windows #122

Closed
ndoschek opened this issue Sep 3, 2021 · 1 comment
Closed

Relative path as modelUri causes error on Windows #122

ndoschek opened this issue Sep 3, 2021 · 1 comment
Assignees
Labels
bug Something isn't working modelserver EMF.cloud Model Server windows Windows-specific issues

Comments

@ndoschek
Copy link
Contributor

ndoschek commented Sep 3, 2021

Using a relative path as modelUri is not correctly resolved under Windows, but works correctly under Linux/MacOS.

Details from the discussion in @eclipse-emfcloud eclipse-emfcloud/emfcloud#97:
model/Coffee.ecore -> resolves to file:///<absolutePathTo>/model/Coffee.ecore -> fails on Windows, but works on a Mac

@ndoschek ndoschek added the bug Something isn't working label Sep 3, 2021
@martin-fleck-at martin-fleck-at changed the title Relvative path as modelUri causes error on Windows Relative path as modelUri causes error on Windows Sep 7, 2021
@martin-fleck-at martin-fleck-at added the windows Windows-specific issues label Sep 7, 2021
@ndoschek ndoschek added the modelserver EMF.cloud Model Server label Feb 3, 2022
@ndoschek
Copy link
Contributor Author

ndoschek commented Apr 5, 2022

Was resolved with #176 and #189.
Also, test cases in DefaultModelURIConverterTest were added which succeed under Windows as well.

@ndoschek ndoschek closed this as completed Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working modelserver EMF.cloud Model Server windows Windows-specific issues
Projects
None yet
Development

No branches or pull requests

2 participants