Whoops .. I forgot to edit the netbeans.conf file to set the path to the JDK. It was running with a JDK 14-EA build. (I use it for the jpackage tool)
On Fri, Jan 24, 2020 at 11:23 PM Scott Palmer <[email protected]> wrote: > Made a new Gradle Application and as soon as I was done with the new > Project dialog a popup appeared saying the project couldn't be opened. It > appears to have opened anyway though. > > Seeing this exception: > > java.lang.NullPointerException > at > org.netbeans.modules.gradle.java.queries.OpenGradleProjectForBinary.projectArchives(OpenGradleProjectForBinary.java:81) > at > org.netbeans.modules.gradle.java.queries.OpenGradleProjectForBinary.findSourceRoots2(OpenGradleProjectForBinary.java:54) > at > org.netbeans.modules.gradle.java.queries.OpenGradleProjectForBinary.findSourceRoots(OpenGradleProjectForBinary.java:72) > at > org.netbeans.api.java.queries.SourceForBinaryQuery.findSourceRoots(SourceForBinaryQuery.java:71) > at > org.netbeans.modules.java.editor.overridden.ComputeOverriders.findBinaryRootsForSourceRoot(ComputeOverriders.java:140) > at > org.netbeans.modules.java.editor.overridden.ComputeOverriders.reverseSourceRootsInOrder(ComputeOverriders.java:304) > at > org.netbeans.modules.java.editor.overridden.ComputeOverriders.computeUsers(ComputeOverriders.java:349) > at > org.netbeans.modules.java.editor.overridden.ComputeOverriders.processImpl(ComputeOverriders.java:203) > at > org.netbeans.modules.java.editor.overridden.ComputeOverriders.process(ComputeOverriders.java:154) > at > org.netbeans.modules.java.editor.overridden.ComputeAnnotations.computeAnnotations(ComputeAnnotations.java:104) > at > org.netbeans.modules.java.editor.overridden.ComputeAnnotations.run(ComputeAnnotations.java:85) > at > org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561) > [catch] at > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786) > at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) > at > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702) > at > org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663) > at > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) > at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) > at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) > at > org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) > at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) > at > org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033) > > > Also the Preference dialog reappeared after clicking OK (I believe this > has been reported already). In fact I had to click OK three times total to > get it to go away for good. All I did was open it to switch the LAF to > flat dark -> Apply -> OK -> dialog reappears -> OK -> dialog reappears -> OK > > > > On Tue, Jan 21, 2020 at 8:35 PM Eric Barboni <[email protected]> wrote: > >> Dear Apache NetBeans community, >> >> The first beta build for Apache NetBeans 11.3 is available. >> >> As per the release schedule, NB 11.3 is a non-LTS release, and will not >> have >> a full NetCAT process. However, feedback and testing from those on the >> dev@ >> and netcat@ lists would still be appreciated, particularly around new >> features. Please file issues in JIRA as necessary, with the affects and >> fix >> versions set to 11.3. Please take note of the Bug Priority Guidelines >> (link >> below), in particular so that we can address critical and blocking issues >> if >> they arise. >> >> **If making PRs to fix issues, please add the 11.3 milestone and add me as >> one of the reviewers** >> >> See the artefacts here: >> >> https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea >> ns/job/release113/4/artifact/dist/ >> <https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release113/4/artifact/dist/> >> >> The binary you most likely need is: >> >> https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea >> ns/job/release113/4/artifact/dist/netbeans-11.3-beta1-bin.zip >> <https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release113/4/artifact/dist/netbeans-11.3-beta1-bin.zip> >> >> The SHA512 sums if you would like to check them are provided there as well >> as here: >> >> d07831e60c697386b22f679a3ff3c36b5ec4b87d63fd7bf6cf1b020ff86d7b8fe5e3cc02960f >> c4e4ab9bff102b3277c9fbfe11908c768cadc86f68151e02c830 >> ./netbeans-11.3-beta1-bin.zip >> >> 6f3bc03d636418ce79cc9f62de900a292d1213fca6decc0e9297105e0f738c0509c41ef40390 >> 90c178fcb56d4698eed18ced9291e3cd27a9e5c9d5920daf20e3 >> ./netbeans-11.3-beta1-source.zip >> >> >> Release schedule : >> https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule >> Bug Priority Guidelines : >> >> https://cwiki.apache.org/confluence/display/NETBEANS/Bug+Priority+Guidelines >> NB 11.3 major changes (HELP wanted to complete): >> https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.3 >> >> Best Regards >> Eric >> >> >> --------------------------------------------------------------------- >> 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 >> >> >> >>
