-
-
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
Properly support permissions and symlinks in Zip files (500USD Bounty) #356
Comments
Turned out the problem was all permission related. It worked after executable perm was given to files inside Anw can see 2 problems with |
https://unix.stackexchange.com/a/509337
|
Extra fields have been used to store information about POSIX permissions and symlink though.
Apache Commons and Apache Ant's own implementation of So for a quick fix I think can use |
@sideeffffect |
From the maintainer Li Haoyi: I'm putting a 500USD bounty on this issue, payable by bank transfer on a merged PR fixing this.
See https://github.com/orgs/com-lihaoyi/discussions/6 for other bounties and the terms and conditions that bounties operate under
@kiendang hit some issues using
os.zip
in Mill (com-lihaoyi/mill#4503), some of which are permissions related. It seems that since 2019 the JDK's zip file APIs should be able to support permissions (https://bugs.java.com/bugdatabase/view_bug?bug_id=8213031), so we should make sure OS-Lib takes advantage to preserve permissions when zipping and unzipping files and foldersThe text was updated successfully, but these errors were encountered: