Skip to content
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

ArchiveUnpacker now preserves "executable" permissions in Tar and Zip #8

Merged
merged 4 commits into from
Sep 16, 2015
Merged

ArchiveUnpacker now preserves "executable" permissions in Tar and Zip #8

merged 4 commits into from
Sep 16, 2015

Conversation

nedtwigg
Copy link
Contributor

When unpuzzle extracts the eclipse archives, it doesn't preserve the executable bits. This means that if you want to use unpuzzle to install a runnable Eclipse, it doesn't work on Linux or Mac. This PR fixes this issue.

…ecause it allows for getting the unix file mode.
…mine if it needs to call File.setExecutable(true).
…ncible to future bugs - don't want to crash if CommonsCompress has a bug in its permissions code.
akhikhl added a commit that referenced this pull request Sep 16, 2015
ArchiveUnpacker now preserves "executable" permissions in Tar and Zip
@akhikhl akhikhl merged commit 54eb61b into akhikhl:master Sep 16, 2015
@akhikhl
Copy link
Owner

akhikhl commented Sep 16, 2015

Merged it into snapshot version. Will test and release soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants