Thomas Rausch

Results 42 issues of 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`.

feature

Perhaps that should be done for the first major release. also test #42

tests

testing Pack200 works differently than testing gz or bzip2. create tests for explicitly asserting Pack200 integration functionality.

tests

What happens if you pass a .tar archive to an archiver that handles .zip? This is not tested at all at the moment.

tests

- **lzma** - snappy-framed - snappy-raw - xz - z

feature

They're not handled in the current examples.

Currently links are not supported at all. Depending on the archive type, weird things will happen.

feature

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...

feature