-
Notifications
You must be signed in to change notification settings - Fork 74
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
Package creation failiure...again #2214
Comments
Do you have the error also with JDK 11 - 13? |
Switching to JDK 13 produces a slighty different error message:
|
Like java.xml is from a different jdk than java.base... |
JDK 14 comes with a builtin jpackager called |
After the latest commit I get a different error:
Using jdk 14 |
Did you see #2227? |
Yeah just now |
Expected behavior
The deb package is correct size.
Actual behavior
Phoenicis_5.0-SNAPSHOT.deb
is 73,6 kilobytes. And I get this error:Steps to reproduce
export JAVA_HOME=/usr/lib/jvm/java-14-openjdk-amd64
in terminal thenmvn clear package
thencd phoenicis-dist/src/scripts
thenbash phoenicis-create-package.sh
System information
b523e3f
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: