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

case insensitive collisions on OS X when doing jar xf #43

Open
jkolash opened this issue Jul 28, 2017 · 1 comment
Open

case insensitive collisions on OS X when doing jar xf #43

jkolash opened this issue Jul 28, 2017 · 1 comment

Comments

@jkolash
Copy link

jkolash commented Jul 28, 2017

If there is a jar with both

a file called LICENSE
and
a directory also called license license/gpl.txt

the program will crash.

@lvc
Copy link
Owner

lvc commented Aug 24, 2017

Hi,

Generally we need to extract META-INF and directories with classes and jars only from the archive.

Can we tell jar xf to exclude some files when extracting the archive?

Thank you.

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

No branches or pull requests

2 participants