Re: [External] : Re: NetBeans Plugin Verifier wanted

2022-08-30 Thread manikantannaren
Good morning Jiri, I am based off of India time zone and would prefer a late evening 10ish PM IST zoom meeting. This is not a strict preference and can be adjusted. *Cheers* Mani/Naren/Iyer *The trick of walking on water is knowing where the stones are.* On Tue, Aug 30, 2022 at 11:32 PM Jiří

Re: NetBeans Plugin Verifier wanted

2022-08-30 Thread manikantannaren
Hi Jiri, I can volunteer some time for plugin verification. *Cheers* Mani/Naren/Iyer *The trick of walking on water is knowing where the stones are.* On Tue, Aug 30, 2022 at 4:42 PM Jiří Kovalský wrote: > Hello NetBeans community, > > at the moment it is just Carlos and me testing NetBeans

Re: Should I exclude ./gradle/nb-cache from commit?

2022-08-05 Thread manikantannaren
I commit gradle folder (please note : not the .gradle folder) as it contains the gradle wrapper which helps me restrict and use specific gradle versions on my build systems. I like this def provided by gitignore.io https://www.toptal.com/developers/gitignore/api/gradle *Cheers* Mani/Naren/Iyer

Re: NB 13 cannot resolve Gradle subproject

2022-07-14 Thread manikantannaren
Faced a similar issue. What worked for me 1. open all three projects - root, lib and app 2. Build and clean on root project 3. reload lib 4. reload app. All red badges gone *Cheers* Mani/Naren/Iyer *The trick of walking on water is knowing where the stones are.* On Thu, Jul 14, 2022 at 9:36 PM

Re: Maven NB module cannot be run using Open JDK 11

2021-07-11 Thread manikantannaren
Found some more information and a way to solve the problem. I had the same problem with OpenJDk 13, 14 and 15 too on Mac Big Sur (OSx 11). I did not see the behaviour on Catalina (OSx 10). I did not debug further as to why Big Sur was causing problems. My setup and configuration - NetBeans 12.3

Re: Maven NB module cannot be run using Open JDK 11

2021-07-02 Thread manikantannaren
The steps were to show how to reproduce the problem. The project in which I faced the issue originally has an Option Panel which I was trying to test. I also wanted to demonstrate that the issue exists without any changes made to the POM file or project structure. *Cheers* Mani/Naren/Iyer *The

Re: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread manikantannaren
James, Yes, the versions are as specified by you. Still I am seeing the same error. To iterate, I am not seeing this issue with a common maven project; only with Maven NetBeans module project *Cheers* Mani/Naren/Iyer *The trick of walking on water is knowing where the stones are.* On Thu, Jul 1,

Re: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread manikantannaren
The error is still around with the update version of the maven plugin as advised by Eric Barboni Steps to reproduce 1. Start NetBeans 12.3 with Java 11, a clean user and cache dir 2. Create a new NetBeans module using maven (Java with Maven | NetBeans module) 3. Run primer build on project

Re: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread manikantannaren
Yes, jdk.jshell is listed and I can start jshell on the command line without any issues *Cheers* Mani/Naren/Iyer *The trick of walking on water is knowing where the stones are.* On Thu, Jul 1, 2021 at 2:57 PM Charles Johnson wrote: > On 01/07/2021 10:00, manikantanna...@gmail.com wrote: > >

Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread manikantannaren
I have a simple maven NB module; ON trying to run the module, I get the following error Error occurred during initialization of boot layer java.lang.module.FindException: Module jdk.jshell not found (Full log attached - nb-mvn-error.txt) I cannot launch JShell from Tools | OPen Java Platform