Hi, In the javadoc, you could see : https://commons.apache.org/proper/commons-compress/apidocs/index.html?org/apache/commons/compress/archivers/sevenz/package-tree.html
"The format is very Windows/Intel specific, so it uses little-endian byte order, doesn't store user/group or permission bits, and represents times using NTFS timestamps (100 nanosecond units since 1 January 1601). Hence the official tools *recommend against using it for backup purposes on *nix*, and recommend .tar.7z or .tar.lzma or .tar.xz instead." Not sure, it will be a good feature for *nix OS. Regards. Vincent D. On Thursday, March 24, 2016 at 1:30:06 PM UTC+1, Martin Hjelmqvist wrote: > > I have code for a simple 7z-extractor using Apache's SevenZ classes, but > 7-Zip-JBinding might be better to use instead. > I'll have a closer look at it later. Thanks for the tip. :) > > Den torsdag 24 mars 2016 kl. 13:12:12 UTC+1 skrev Boris Brodski: >> >> Sorry for interfering. Can 7-Zip-JBinding be helpful in some way here? >> >> http://sevenzipjbind.sourceforge.net/ >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/dc6ef6a0-2165-4c4a-a398-a767a81adcd4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
