> > If this 7zip-installer is added to ExtraToolInstallers, where in custom > tools plugin do you think I should call the 7zip-installer? >
In the case of ToolInstaller you don't need to modify Custom Tools at all. When Custom Tool plugin requests a tool home directory, all the installation happens automagically. It happens here <https://github.com/jenkinsci/jenkins/blob/e2dccc35572b64f5e602a6b1b3efb517c578872c/core/src/main/java/hudson/tools/InstallerTranslator.java> . BR, Oleg четверг, 24 марта 2016 г., 14:24:03 UTC+1 пользователь Vincent Daburon написал: > > 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/d13de68d-6cc0-4f6c-8178-831cc7a4be28%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
