Illegal reflective access by org.openide.util.RequestProcessor

2022-09-20 Thread steve young
Hey folks, I'm seeing       [java] WARNING: An illegal reflective access operation has occurred      [java] WARNING: Illegal reflective access by org.openide.util.RequestProcessor$TopLevelThreadGroup (file:/C:/Users/Steve/Documents/GitHub/JMRI/lib/org-openide-util-RELEASE150.jar) to method sun.

Gradle: how to get IDE pickup source from open project

2022-09-20 Thread Ernie Rael
(Apologies if you see a duplicate) Using NB-15, jdk-11 I have a library on MavenCentral (published from a gradle project), that I use in another project. I'm creating new version of that library. I'm into problems and peculiarities. 1. NetBeans remembered some method signatures that were not

HTML5Application finding things from "/"

2022-09-20 Thread Andy Turner
Hi, I am trying to refer to files from an html file that is within a directory in the default public_html directory from /, but I can't seem to configure or get the addressing working as I want. I have: 1. Created a new HTML5Application in Netbeans 15 on openJDK17. 2. Created a directory

Re: Gradle plugin to merge @ServiceProvider namedservices

2022-09-20 Thread Ernie Rael
FYI: https://plugins.gradle.org/plugin/com.raelity.namedservices-merge -ernie On 9/16/22 7:53 AM, Ernie Rael wrote: On 9/16/22 6:27 AM, Jaroslav Tulach wrote: Something like https://imperceptiblethoughts.com/shadow/configuration/merging/#merging-service-descriptor-files, right? -jt Yes.

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Thomas Wolf
I think the suggestion is to learn about a subject before making statements about it.  E.g. it isn’t the “job of the Apache Netbeans” [to implement user requested features.]. A “job” is a function performed for pay - work. Who is getting paid - and by whom - to implement those features?I think Andr

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Andreas Reichel
On Tue, 2022-09-20 at 19:06 +0700, Andreas Reichel wrote: > 1) select your language > 2) get hold of the specs (Syntax and Grammar) > 3) get hold of parser generating the AST (build the parser by > yourself using ANTLR or JavaCC) > 4) clone one of the existing language plugins (e.g. Groovy) and > r

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Andreas Reichel
All, On Tue, 2022-09-20 at 07:37 -0400, Amn Ojee Uw wrote: > Well, isn't that the job of the Apache Netbeans. I can not speak for Apache/Netbeans but only for some Open Source Software, that I contribute to -- and the following is my very personal opinion: 1) Open source is provided by volunteer

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Eric Bresie
For example, regarding Python support…it’s in very early development but there is an in-work LSP based Python plugin available here. https://github.com/ebresie/python4nb And can always checkout other languages like those listed here https://cwiki.apache.org/confluence/plugins/servlet/mobile?con

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Amn Ojee Uw
Thanks, I would love to check it out when I get some downtime. However, something tells me that you know the law, but not the message in it, thank you nonetheless. 😊 On Tue., Sep. 20, 2022, 7:40 a.m. Geertjan Wielenga, < geertjan.wiele...@googlemail.com> wrote: > Take a look around at the apache

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Geertjan Wielenga
Take a look around at the apache.org website to see what it is about (i.e., all volunteer programmers, just like you; you want something, you build it). Gj On Tue, 20 Sep 2022 at 13:38, Amn Ojee Uw wrote: > Well, isn't that the job of the Apache Netbeans. > The features requests is what users d

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread Amn Ojee Uw
Well, isn't that the job of the Apache Netbeans. The features requests is what users do. If I have a request and Netbeans wants to include any of us in that teem, one could help. I love the suggestion of the OP, and respect the suggestion being offered. However, accepting that suggestion would requ

How to get File Diagnostic?

2022-09-20 Thread Bilu Al
Anyone know how to collect a file diagnostic (Hints) ? There is an api to set those org.netbeans.spi.editor.hints.HintsController.setErrors(document, "", errors) But what i am looking for is something like HintsController.getErrors()I managed to achieve this with: org.netbeans.modules.editor.hin

Re: Possibility of Netbeans supporting more languages

2022-09-20 Thread László Kishalmi
Well, pick a language and start writing the support for that. It's that simple. On Tue, Sep 20, 2022, 00:22 N wrote: > Hello, > > I was an ardent user of Netbeans from 2009 to around 2016, while using > Java (and for a short while when using C++ and Python). I've even written > about it >

Possibility of Netbeans supporting more languages

2022-09-20 Thread N
Hello, I was an ardent user of Netbeans from 2009 to around 2016, while using Java (and for a short while when using C++ and Python). I've even written about it , and linked to James Gosling's support for Netbeans.