Re: How to add NetBeans update center to my NetBeans application updater
Peter Hansson <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAC55jYPe3tkj4tPg7PHMkA9QpWu0YRYoSSo5tJ2O0gbpJcC-tQ@mail.gmail.com> |
Tod, Is the case that you expect your own app's usage of standard modules to be updated like its done for the IDE ? I don't think you can do this without hosting yourself an Update Center for your app even if you only want to update modules that are part of the core, i.e. not done by you. BTW: An Update Center is nothing but a HTTP server and if you are using Maven then the artifacts that you'll need to host on your HTTP server is generated for you automatically. So it is not really that much of an effort once you get the build process running. Peter On Mon, Feb 15, 2016 at 6:54 PM, Todd Stevenson <[email protected]> wrote: > I have deployed a NetBeans platform application using the update center, > which works very well. It is based on NetBeans 8.0.2. I have noticed > that I’ve received updates to my NetBeans IDE from the NetBeans update > center (such as git) but these updates are not appearing in my deployed > NetBeans app. > > > > I assume that I need to add a reference to the NetBeans Update Center to > my layer.xml that describes the Services/AutoupdateType, but I can’t see > documentation on how to do that? I see general discussion about adding > multiple update center descriptions but not specifics about how to point to > the NetBeans site. > > > > Can you point me to the documentation or give me an example of how to do > this? > > > > Thank you very much. > > > > *Todd Stevenson* > > >