Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-16 Thread antonio
Hi Tim, Thanks for your report! It seems we're not contemplating the new M1 Apple computers. Since not all of us have access to one of these, would you please add the following to this ticket? a) The result of "uname -p" (this is what we call CPUTYPE in [1]) b) The result of "uname -n"

Re: Updating an Old Plugin and Having Issues

2022-01-16 Thread Michael Bien
the class seems to be still there https://github.com/apache/netbeans/blob/c084119009d2e0f736f225d706bc1827af283501/java/form.nb/src/org/netbeans/modules/nbform/FormEditorSupport.java which is in org.netbeans.modules.form.nb but it doesn't appear to be public API unless i overlooked something.

Updating an Old Plugin and Having Issues

2022-01-16 Thread Sean Carrick
Hey All! I am updating an old plugin to bring it up to NetBeans 12.6 and have run into an issue. The old code is using *org.netbeans.modules.form.FormEditorSupport*i, but when I try to include it, it does not seem to be found. Did this class get moved to a different module? Was it dropped

Re: Offline Install of Netbeans on JDK 8 (with nb-javac)

2022-01-16 Thread Michael Bien
filing an issue would be pointless since as Geerjan already mentioned, the next version will have nb-javac installed by default - so you could close that issue right away. Several options, like for example: upgrading the JDK itself (which would be the easiest) were already provided. best

Re: Offline Install of Netbeans on JDK 8 (with nb-javac)

2022-01-16 Thread Brad K.
So, anyone have any idea what I'm doing wrong? (See my previous post -- can't figure out how to reply to my own post and have it actually show up on the list.) If I'm not doing anything wrong, should I open a bug/issue? Thanks, BK On 12/31/2021 1:43 PM, Geertjan Wielenga wrote: You’ll have

Re: Upgrading Dependencies when new Netbean Releases

2022-01-16 Thread Eric Bresie
Looking in the console during attempted run I do see.. --- nbm-maven-plugin:4.6:run-ide (default-cli) @ python --- Configuring mojo org.apache.netbeans.utilities:nbm-maven-plugin:4.6:run-ide from plugin realm ClassRealm[plugin>org.apache.netbeans.utilities:nbm-maven-plugin:4.6, parent:

Re: Upgrading Dependencies when new Netbean Releases

2022-01-16 Thread Eric Bresie
I only updated the netbeans specific dependencies which previously referenced "125" and no other dependencies. Is it possible some other dependencies not references with 125 are needing updates as well and if so, is there an easy way to determine what else may need to be updated? I'm running on

Upgrading Dependencies when new Netbean Releases

2022-01-16 Thread Eric Bresie
I have been working on a Maven Netbeans module project in Netbeans which has many Netbean specific dependencies. I started this with Netbeans 12.5 based dependencies and all seemed to work well. When Netbeans 12.6 came out I figured I would upgrade the dependencies to be compatible with 12.6