Thomas Rausch
Thomas Rausch
see https://travis-ci.org/github/thrau/jarchivelib/jobs/771138646#L1774-L1778 works fine with `mvn test` on my machine
https://rauschig.org/jarchivelib is hopelessly out of date. It might be better to create a github wiki and redirect the page there. Hosting binaries doesn't seem necessary anymore.
Restoring file permissions on extraction works with #14, however there are no clean mechanisms for reading permissions from a `File` and setting them in an `ArchiveEntry`.
Perhaps that should be done for the first major release. also test #42
testing Pack200 works differently than testing gz or bzip2. create tests for explicitly asserting Pack200 integration functionality.
What happens if you pass a .tar archive to an archiver that handles .zip? This is not tested at all at the moment.
- **lzma** - snappy-framed - snappy-raw - xz - z
They're not handled in the current examples.
Currently links are not supported at all. Depending on the archive type, weird things will happen.
Would be a great feature but it will require to actually represent archives by some interface which will in turn involve more API changes, or actually a re-design of the...