Here's the Apache NetBeans release process: https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+Release+README
Gj On Thu, Feb 1, 2018 at 7:30 AM, Laszlo Kishalmi <[email protected]> wrote: > Well this would mean when we do a beta, rc, release build we need to branch > the code alter these artifacts and then do that release form the branch. > Good to know. > > > > On 01/29/2018 04:35 PM, William L. Thomson Jr. wrote: >> >> See below/bottom for context >> >> On Mon, 29 Jan 2018 16:21:26 -0500 >> "William L. Thomson Jr." <[email protected]> wrote: >> >>> On Sun, 28 Jan 2018 23:49:23 -0800 >>> Laszlo Kishalmi <[email protected]> wrote: >>> >> ... >>>> >>>> I mean, do we know, how we create: >>>> >>>> 1. Beta, RC, etc. Splash Screen Images >>>> 2. Launcher defaults to dev, 9.0beta, 9.0rc user dirs >>>> 3. Change the main JFrame title according to the release >>> >>> It seems to be in many locations and looked up from various things. >>> >>> https://github.com/apache/incubator-netbeans/search?utf8=%E2%9C%93&q=%22Apache+NetBeans+Platform%22&type= >>> >>> Seems to be ide.kit, ide.branding, along with core.startup and >>> o.n.core >>> >>> https://github.com/apache/incubator-netbeans/search?l=Java&p=1&q=currentVersion&type=&utf8=%E2%9C%93 >>> >>> https://github.com/apache/incubator-netbeans/search?l=INI&q=currentVersion&type=&utf8=%E2%9C%93 >>> >>> I have not packaged ide.branding, so not sure where that provides. I >>> am still hunting myself for my version #201801182126 >>> https://www.enlightenment.org/ss/e-5a6f8dee17eb04.80922595.jpg >> >> ... >>> >>> There are a couple modules I set a date on for the build version >>> >>> https://github.com/Obsidian-StudiosInc/os-xtoo/blob/master/dev-java/nb-cmake-completion/files/MANIFEST.MF#L4 >>> >>> Which it seems to be using that in my case. The only place I can find >>> my build version showing in IDE logs and UI is in this module... >>> Makes no sense why it would take over entire version but seems it >>> does.... >>> >>> wlt@ws ~/.netbeans >>> $ grep -r 201801182126 * >>> dev_min/var/log/messages.log: Product Version = Apache >>> NetBeans Platform Dev (Build 201801182126) >>> dev_min/var/log/messages.log: bv.offa.CMakeCompletion [0.1.2 0.1.2 >>> 201801182126] >> >> For fun I rebuilt my nb-cmake-completion. The result is now I have a >> new build version.... >> https://www.enlightenment.org/ss/e-5a6fbcb68bc9c6.00231179.jpg >> >> $ grep -r 201801291927 * >> dev/var/log/messages.log: Product Version = Apache NetBeans >> Platform Dev (Build 201801291927) dev/var/log/messages.log: >> bv.offa.CMakeCompletion [0.1.2 0.1.2 201801291927] >> >> Seems the main UI gets it from a plugin/module. Why its using this >> one must be because another is missing or something. Have to look >> further into the code... >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
