-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Cannot extract linux-x86-64 with maven-dependency-plugin in 5.4.0 (only) #1133
Comments
This seems to be a bug (I tracked it down through the maven-dependency-plugin into the archiver and from there to the zip and its fileinfo) - I'm looking into the fix. However for questions, please use the google-group (as indicated in the issue template), this is the tracker for issues, that were verified to be in the JNA codebase. |
@dyorgio could you please see if the attached As reference this is the changeset that was used to create the build: https://github.com/matthiasblaesing/jna/tree/invalid_unicodepath_zip |
Yes! it was fixed 🧐 |
Thank you for the quick check - I merged the change to master, it will be part of the next release. |
Hi there. I think this one is back. We use the org.eclipse.ebr:ebr-maven-plugin to create bundles for Eclipse. |
Hi, it is a very stranger bug :P
I normaly can extract from jna jar any resource with maven-dependency-plugin and unpack goal:
But, only in version 5.4.0, I can't, no erros, no file extracted.
I already deleted my maven local copy, download latest binary directly from github project home, nothing works.
If I change to get linux-x86 (or any other package) it works in 5.4.0.
If I change jna version (4.5.0, 5.3.0) it works (linux-x86-64 resource is extracted).
I can extract 5.4.0 without problems too (using native macos utility) and folder/file exists.
Anybody can test if there is a bug on lastest distro or it only occours in my machine?
Running macos Mojave 10.14.6 here, with Zulu OpenJDK 1.8.0_202.
The text was updated successfully, but these errors were encountered: