> Aha, so making a standalone ToolInstaller should work then? Yes
> What needs to be done in a standalone in order for this to work? Should I copy the behavior of FilePath's installIfNecessary(...) into my performInstallation(...) regarding connections and so on? Will this ultimately end up like a copy of FilePath of some sort? ToolInstallers are pretty simple. So generally you check availability of the tool in the destination, and then unarchive the stuff if there is no unpacked data there. 2016-05-07 11:36 GMT+02:00 Martin Hjelmqvist <[email protected]>: > Bump :) > > Den tisdag 3 maj 2016 kl. 15:30:09 UTC+2 skrev Martin Hjelmqvist: >> >> Most likely you do not need it, because you can implement a standalone >>> ToolInstaller. But such switch is a good option for generic installers as >>> well. >>> >> >> Aha, so making a standalone ToolInstaller should work then? >> >> What needs to be done in a standalone in order for this to work? >> Should I copy the behavior of FilePath's installIfNecessary(...) into my >> performInstallation(...) regarding connections and so on? >> Will this ultimately end up like a copy of FilePath of some sort? >> >> Here is a link <https://github.com/Preyfix/HMS-Examensarbete> to my >> Github repository with my current RAR extractor if you want to see. >> It uses String file paths to point where the RAR file is and where to >> extract the content on the local computer. >> How should the extractor know where to extract a file in this standalone >> installer? Using strings won't work, will it? >> >> So many questions, haha. >> Thanks again for helping me. >> >> Sincerely, >> Martin Hjelmqvist >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/74aZNSlm3Yg/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/28a4e8a7-391b-4118-9765-25492e17f029%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/28a4e8a7-391b-4118-9765-25492e17f029%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAPfivLABwdh6jTU6jAndQL8BcfY4UawFRN077BFLkuVn5_n%2B3Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
