-
Notifications
You must be signed in to change notification settings - Fork 75
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
Packaging with GraalVM support #1957
Conversation
…nto graalvm # Conflicts: # phoenicis-dist/src/scripts/phoenicis-create-package.sh
So it works on macOS. It also needs to be tested on Linux |
I've just tested this PR on my computer with Linux Mint 18.3. When executing
When looking in the Translated to English: The MIME-Type of the file is 'application/x-debian-package', it can't be installed on this system. |
Can you run a file command on the .deb? |
Status-update:
After starting Phoenicis I tried to install an application (i.e. Notepad++) which led to the following error message in the
|
This happens on OSX when --upgrade-module-path=$JAR_RELATIVE_PATH/compiler.jar is not set. Do you have a .cfg file in a "app" directory? |
Where should this "app" directory be located? Inside the |
Inside the deb and in your system (/opt maybe) |
Yes there is an
The mentioned
|
What if you change --upgrade-module-path=./app/compiler.jar to the absolute path to compiler.jar? |
When changing the line to
|
This seems to comes from another problem. I'm fixing the MR right now |
0e59dd3 works as expected out of the box. The only thing that looks strange to me are the logs by the build script:
Are these |
It always had written these errors. You can ignore them |
We can ignore Codacy here so feel free to merge whenever you are ready. |
No description provided.