-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create and Test Native Build & Docker Image #18
Comments
First attempt was made in the branch 'native-runner-attempt' to create a native runner, but this version fails on runtime. The error returning is:
Use local debugging it looks like the implementation it's searching for is the class 'org.eclipse.xtext.resource.XtextResourceFactory'. |
Some small remark about how to come to this error. There where errors before.
Couldn't find a lot about GraalVM and Google Guice, only the same issue about the java.lang classes. |
Making it works with GraalVM is a low priority for now. |
Create and test the Native Build to check that all required classes and files (like the OCL Files) are included.
Next create the docker image (including a volume to included custom OCL Files) and also test the Docker Image.
The text was updated successfully, but these errors were encountered: