Nick Dimiduk created HBASE-13600: ------------------------------------ Summary: check_compatibility.sh should ignore shaded jars Key: HBASE-13600 URL: https://issues.apache.org/jira/browse/HBASE-13600 Project: HBase Issue Type: Bug Components: build Reporter: Nick Dimiduk Assignee: Nick Dimiduk Priority: Minor
Shaded jars don't extract cleanly, even when working on a case-insensitive file system. {noformat} java.io.IOException: META-INF/license : could not create directory at sun.tools.jar.Main.extractFile(Main.java:934) at sun.tools.jar.Main.extract(Main.java:877) at sun.tools.jar.Main.run(Main.java:263) at sun.tools.jar.Main.main(Main.java:1177) ERROR: can't extract '/Volumes/hbase-1.1.0RC0/hbase/dev-support/target/compatibility/2/hbase-shaded/hbase-shaded-server/target/hbase-shaded-server-1.1.0.jar' {noformat} There's no need to check them anyway, so don't bother. -- This message was sent by Atlassian JIRA (v6.3.4#6332)