Re: Autoupdate URL with parameters
markiewb <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <[email protected]> |
I do not know much about the details of update centers. Nevertheless here my thoughts: A) it is your server, so you can provide the files/update.xml at any URL you like, can't you? B) Have a look at Tim Boudreau's update center implantation https://github.com/timboudreau/meta-update-center C) Use rewrite rules to delegate the URLs of incoming requests. Best regards, markiewb ----- Ursprungligt meddelande ----- Från: "Radim Kubacki" <[email protected]> Skickat: 01.11.2015 21:07 Till: "[email protected]" <[email protected]> Ämne: [nbdev] Autoupdate URL with parameters Hello, is there any way how to use some parameters in AutoUpdate URL. I'd like to have one URL for all NBAndroid users like http://nbandroid.org/release/{netbeans.version}/update.xml This would be simpler for users when they upgrade their IDE. I want to have an older version of the plugin available even if I switch the development focus to a newer one. That forces me to have several AU centers and creates usability problem how to switch between them. -Radim