Good morning. I've just tried: ``` $ wget https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/18/artifact/dist/netbeans/12.2/vc1/netbeans-12.2-source.zip $ netbeans-12.2-source.zip $ ant build ``` and the build successfully finished. I can run the final bits as: ``` $ ant tryme $ java -version java version "1.8.0_212" Java(TM) SE Runtime Environment (build 1.8.0_212-b10) Java HotSpot(TM) 64-Bit Server VM (build 25.212-b10, mixed mode) ```
-jt po 16. 11. 2020 v 5:33 odesÃlatel Laszlo Kishalmi <laszlo.kisha...@gmail.com> napsal: > > Dear all, > > I was on track to publish the 12.2 files to Apache Staging. However it > seems I cannot build a working version out of the source code bundle. > > I've tried twice, I get a missing resource exception on start: > > java.util.MissingResourceException: Can't find resource for bundle > org.openide.util.NbBundle$PBundle, key DEFAULT_BUNDLE_START_LEVEL > at > java.base/java.util.ResourceBundle.getObject(ResourceBundle.java:564) > at > java.base/java.util.ResourceBundle.getString(ResourceBundle.java:521) > at org.openide.util.NbBundle.getMessage(NbBundle.java:617) > at > org.netbeans.core.netigso.Bundle.DEFAULT_BUNDLE_START_LEVEL(Bundle.java:9) > at > org.netbeans.core.netigso.Netigso.defaultStartLevel(Netigso.java:253) > > The Strange thing that if I build NetBeans from the sources of 12.2-rc2 > it works. > > The difference between 12.2-rc2 and 12.2 source bundle is only: > > diff -urd sources-rc2/nbbuild/netbeansrelease.properties > sources/nbbuild/netbeansrelease.properties > --- sources-rc2/nbbuild/netbeansrelease.properties 2020-11-12 > 22:37:14.000000000 -0800 > +++ sources/nbbuild/netbeansrelease.properties 2020-11-15 > 16:35:50.000000000 -0800 > @@ -1,7 +1,7 @@ > metabuild.DistributionURL= https://netbeans.apache.org/nb/updates/12.2/updates.xml.gz?{$netbeans.hash.code} > metabuild.PluginPortalURL= https://netbeans.apache.org/nb/plugins/12.2/catalog.xml.gz > -metabuild.RawVersion=12.2-rc2 > +metabuild.RawVersion=12.2 > metabuild.apachepreviousversion=9.0,10,11.0,11.1,11.2,11.3,12.0,12.1 > -metabuild.ComputedSplashVersion=12.2-rc2 > -metabuild.ComputedTitleVersion=12.2-rc2 > +metabuild.ComputedSplashVersion=12.2 > +metabuild.ComputedTitleVersion=12.2 > metabuild.logcli= > > I need a few eyes to check, that if I have a local problem or not. > > Would you download, build and check if NetBeans runs from this source > bundle: > > https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/18/artifact/dist/netbeans/12.2/vc1/netbeans-12.2-source.zip > > Thanks in Advance! > > -- > > Laszlo Kishalmi > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org > For additional commands, e-mail: dev-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > >