Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-17 Thread Scott Palmer
There is currently no point in running java_home at all on Big Sur. It just returns what is already in the JAVA_HOME environment variable, or nothing. It might be best to simply check if the OS is Big Sur and skip running java_home. And complain to Apple that they’ve broken things. Scott >

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-17 Thread Christian Oyarzun
I installed Big Sur on a VM with JDK 8, 11, and 15 to test java_home. % /usr/libexec/java_home -V Matching Java Virtual Machines (3): 15.0.1 (x86_64) "AdoptOpenJDK" - "AdoptOpenJDK 15" /Library/Java/JavaVirtualMachines/adoptopenjdk-15.jdk/Contents/Home 11.0.9 (x86_64) "AdoptOpenJDK" -

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-16 Thread Jack W.
Re: Big Sur I assume this has been said but there doesn't seem to be any problem with just unpacking the zip on MacOS Big Sur and running it from one's directory tree. On Mon, Nov 16, 2020 at 3:02 PM Scott Palmer wrote: > Wouldn’t matter, java_home doesn’t work at all, at least not in any >

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-16 Thread Christian Oyarzun
I believe part of the problem is in nbexec. While we fixed the installer to remove /usr/libexec/java_home argument changes in Big Sur, we missed it in nbexec. https://github.com/apache/netbeans/commit/e9143f9d2057fe66e0bffd5db955cf228d364346 % git grep java_home

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-14 Thread Geertjan Wielenga
So far, the only problem I've been able to identify via interactions in a NetBeans issue re Big Sur is that it seems that during the installation of Big Sur, various permissions appear to be overwritten so that the NetBeans launcher can't launch NetBeans. So, just check the permissions and, to

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-14 Thread Scott Palmer
Does the NB installer try to find the JDK folder by calling /usr/libexec/java_home ? If so, the java_home tool is completely broken under Big Sur and will not return a JDK folder unless a JAVA_HOME environment variable is *already* set to a valid JDK, in which case the java_home tool always

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-14 Thread Michal Konrad Owsiak
I have tried latest release of NB with JDK > java -version java version "11.0.4" 2019-07-16 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.4+10-LTS) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.4+10-LTS, mixed mode) and my personal NetBeans wrapper: http://nb.owsiak.org It works

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-14 Thread Jaroslav Tulach
The VSCode plugin built on 12.2-rc2 sources is available at https://ci-builds.apache.org/job/Netbeans/job/netbeans-vscode/177/artifact/ java/java.lsp.server/build/apache-netbeans-java-12.2.177.vsix and is ready for testing. We know no blocker, so let's aim at Nov 15, cutting date! -jt > Dear

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-14 Thread Jaroslav Tulach
> So far there is no open blocker issue reported against NetBeans. > Supporting an OS which just released to the public would be nice, but it > wasn't really in the scope in the last 3 months. +1 > These could be covered in the Release Notes. If we have real issues to > act on, those could be

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-13 Thread Christian Oyarzun
I think there are potentially two issues at play with MacOS. 1. NETBEANS-5004 Netbeans not allowed to access personal files and folder under macOS https://issues.apache.org/jira/browse/NETBEANS-5004 This does not have to do with Big Sur, but rather if you use JDK 11.0.9 you can no longer

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-13 Thread Geertjan Wielenga
Makes sense to me, thanks. Gj On Fri, Nov 13, 2020 at 4:58 PM Laszlo Kishalmi wrote: > Well, > > So far there is no open blocker issue reported against NetBeans. > Supporting an OS which just released to the public would be nice, but it > wasn't really in the scope in the last 3 months. > > As

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-13 Thread Laszlo Kishalmi
Well, So far there is no open blocker issue reported against NetBeans. Supporting an OS which just released to the public would be nice, but it wasn't really in the scope in the last 3 months. As far as I knew the situation, some people reported weird rendering issues, which could be the

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-13 Thread James Ostrowick
Just to give some feedback. I installed Big Sur this morning and haven’t had any issues so far. NB12.2 worked fine for me , build and compile a Java Web application with maven. Debug worked fine as well. JDK 15 Sent from my iPhone > On 13 Nov 2020, at 15:26, Neil C Smith wrote: > > On

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-13 Thread Neil C Smith
On Fri, 13 Nov 2020 at 08:33, Geertjan Wielenga wrote: > I think we need to look at these new Mac related issues and shouldn’t > release 12.2 until we have some response or plan around that. Are there specific tickets in mind? Are they all Big Sur related? That was only released yesterday. Are

Re: Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-13 Thread Geertjan Wielenga
I think we need to look at these new Mac related issues and shouldn’t release 12.2 until we have some response or plan around that. Gj On Fri, 13 Nov 2020 at 08:51, Laszlo Kishalmi wrote: > Dear Apache NetBeans community, > > The second, and hopefully final release candidate of Apache NetBeans

Apache NetBeans 12.2-rc2 is Available for Testing!

2020-11-12 Thread Laszlo Kishalmi
Dear Apache NetBeans community, The second, and hopefully final release candidate of Apache NetBeans 12.2 is available. This one is fixing one blocker issue [NETBEANS-5007] No restart of language server after change of JDK home as of: https://github.com/apache/netbeans/pull/2531