Re: Installer version number
Dmitry Avtonomov <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAMMjtf_Tp6aK3GbwV8mksY7Umroko2jaQfT8Xv6xpSdDDS_c_A@mail.gmail.com> |
And I use my own platform copy to build the application, not the one that comes with the IDE On Jan 20, 2017 09:29, "Dmitry Avtonomov" <[email protected]> wrote: > Mine is ant based, Peter > > On Jan 20, 2017 06:42, "Peter Hansson" <[email protected]> > wrote: > >> Is your project Maven or Ant based? >> >> If your project is Maven based then it won't help to do as described in >> the answer on SO. >> >> (when using Maven your harness gets downloaded as a Maven artifact and >> copied into your target directory when you build) >> >> >> On Fri, Jan 20, 2017 at 7:31 AM, Dmitry Avtonomov < >> [email protected]> wrote: >> >>> Does anyone still remember how to update the version number of the >>> product? >>> >>> It is 1.0.0.0 by default. If you don't update that when creating a new >>> installer, running the installer of the new version will give you a >>> message, that the product is already installed. >>> >>> AFAIR, those values were all hidden inside the harness. I've tried >>> changing the values as per here: http://stackoverflow.com >>> /questions/17626614/set-the-release-version-for-netbeans-rcp >>> -application-windows-installer, but it didn't help. Still got the >>> installer message. >>> >>> Thanks, >>> Dmitry >>> >> >>