Re: Re: How do I activate Groovy plugin?

2021-10-24 Thread Eric Bresie
Not sure if this is related but I tried a new Groovy script and it asked to have nb-java module installed. Is it installed as well? Eric Bresie ebre...@gmail.com (mailto:ebre...@gmail.com) > On October 23, 2021 at 7:28:53 AM CDT, Blake McBride (mailto:blake1...@gmail.com)> wrote: > Has the acti

Re: How do I activate Groovy plugin?

2021-10-23 Thread Eric Bresie
Wasn’t there some debug (Java?) problems recently that may be getting fix soon (see email thread “ Debugging Broken in NetBeans master - PLEASE DO NOT MERGE FURTHER CHANGES”). Could this impact Groovy as well? On Sat, Oct 23, 2021 at 7:29 AM Blake McBride wrote: > Has the activation of the Gro

Re: How do I activate Groovy plugin?

2021-10-23 Thread Blake McBride
Has the activation of the Groovy plugin and the ability to debug Groovy been tested for the upcoming 12.6 release? On Fri, Oct 22, 2021 at 4:30 PM Blake McBride wrote: > Just FYI, the app I'm testing this is at > https://github.com/blakemcbride/Kiss > > On Fri, Oct 22, 2021 at 4:17 PM Anthony De

Re: How do I activate Groovy plugin?

2021-10-22 Thread Blake McBride
Just FYI, the app I'm testing this is at https://github.com/blakemcbride/Kiss On Fri, Oct 22, 2021 at 4:17 PM Anthony DeCarlo wrote: > For whatever it's worth...I have never used groovy, but in NB 12.4, I just > tried this. > If I go to Tools -> Options -> Miscellaneous and click > on the groovy

Re: How do I activate Groovy plugin?

2021-10-22 Thread Blake McBride
11.2 allows me to debug Groovy. (It had other problems dealing with a web app so I had to start it externally and then attach to the process.) 12.4 did not allow me to debug Groovy and I had to start the app externally 12.5 was able to start the web app and connect to it but could not debug Groo

Re: How do I activate Groovy plugin?

2021-10-22 Thread Geertjan Wielenga
Right, something's broken in this regard in 12.5. Gj On Fri, Oct 22, 2021 at 11:17 PM Anthony DeCarlo wrote: > For whatever it's worth...I have never used groovy, but in NB 12.4, I just > tried this. > If I go to Tools -> Options -> Miscellaneous and click > on the groovy tab, I get a progress

Re: How do I activate Groovy plugin?

2021-10-22 Thread Anthony DeCarlo
For whatever it's worth...I have never used groovy, but in NB 12.4, I just tried this. If I go to Tools -> Options -> Miscellaneous and click on the groovy tab, I get a progress bar that says 'Activating Groovy' and then after a few seconds it shows instructions on how to download and install gro

Re: How do I activate Groovy plugin?

2021-10-22 Thread Geertjan Wielenga
Tried creating a Groovy file without having installed any plugins, seems to be looking for a plugin that it can't find, in 12.5, something seems broken with that plugin, others have reported similar issues with Groovy in 12.5. Maybe try 12.4 while we figure it out? Gj On Fri, Oct 22, 2021 at 11:0

Re: How do I activate Groovy plugin?

2021-10-22 Thread Geertjan Wielenga
Not sure. Check whether you have syntax coloring before/after having the plugin installed. Gj On Fri, Oct 22, 2021 at 11:01 PM Blake McBride wrote: > On a possibly unrelated note, should I be able to activate the Groovy > plugin? If so, how? > > What does the Groovy plugin do? > > Thanks! > >

Re: How do I activate Groovy plugin?

2021-10-22 Thread Blake McBride
On a possibly unrelated note, should I be able to activate the Groovy plugin? If so, how? What does the Groovy plugin do? Thanks! Blake On Fri, Oct 22, 2021 at 3:38 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Then you're going to need to describe what you did in a previ

Re: How do I activate Groovy plugin?

2021-10-22 Thread Geertjan Wielenga
Then you're going to need to describe what you did in a previous release (i.e., not guess, but actually debug Groovy in the previous release) and do the same as you did then in the current release and, on that failing, provide your sequence of steps here so that others can reproduce and help. Gj

Re: How do I activate Groovy plugin?

2021-10-22 Thread Blake McBride
I hope you're wrong. A previous release of NetBeans did allow me to debug Groovy. On Fri, Oct 22, 2021 at 3:32 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Not sure Groovy debugging is supported. If you see some syntax coloring > and editor features when you open your Groovy

Re: How do I activate Groovy plugin?

2021-10-22 Thread Geertjan Wielenga
Not sure Groovy debugging is supported. If you see some syntax coloring and editor features when you open your Groovy file, then that's the Groovy support that there is. Gj On Fri, Oct 22, 2021 at 10:24 PM Blake McBride wrote: > Greetings, > > I am using NetBeans 12.5 on a Linux box. > > If I g