commit | e112264ff79fcb12f0b7bd3607c1ee2c14072089 | [log] [tgz] |
---|---|---|
author | Simon Stewart <simons@fb.com> | Wed Aug 07 09:47:22 2013 -0700 |
committer | Michael Bolin <mbolin@fb.com> | Tue Aug 13 16:35:58 2013 -0700 |
tree | cea10ed9ff331690a86b7a8ad52966bea324aaaa | |
parent | 4154581cd821de05489f6607055362e5070ea0fb [diff] |
Skip entries to a zip that are duplicates. Summary: The default java ZipOutputStream complains bitterly if you add more than one entry with the same name. Avoid that entirely by silently skipping those duplicate entries. Looking around, this seems to be the behaviour of things like JarJarLinks, which is commonly used for creating uber-jars. Test Plan: buck test --all
Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.
To build Buck, run the following:
git clone git@github.com:facebook/buck.git cd buck ant ./bin/buck --help
Apache License 2.0