Re: Updating the base NetBeans Platform for my application
Johannes Wahle <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Generally this should be possible. However, if I recall correctly only the Maven builds contain autoupdate information for platform modules. I'm not sure about an easy way to achieve this with Ant builds. I once tried updating a platform app that was build by Ant with autoupdate information build by Maven, but I could not get all the dependencies set up correctly. Thus my application did not restart after the update. Definitely test this locally beforehand. Regards, Johannes On 04.05.2016 17:44, Lorthirk wrote: > Hello. My application currently resides on NetBeans Platform 7.4, and I'd need a method implemented in NetBeans Platform 8.1. > > Is there a way to update the modules of the NetBeans Platform itself via the update manager, or do I have to release a new installer? > > Thanks! > > > >