Groovy issues

2022-05-02 Thread Chad Preisler
Hello, I'm using Netbeans 13, and I seem to be having some groovy issues. My project is maven based, and the project builds fine. However, the editor can't see the groovy classes. It gives me a "cannot find symbol" error message. I thought maybe putting the files in a separa

Groovy users: please reproduce issues with 12.6-rc3

2021-11-15 Thread Geertjan Wielenga
Hi all, Everyone who's reported issues connected to Groovy in recent releases of NetBeans, can you verify if those problems are still there in 12.6-rc3? If you can still reproduce, please provide the issue numbers of issues that can be reproduced. Go here to get 12.6 rc-3:

Re: 12.6-rc1: Can't set breakpoints in Groovy until a Java file is displayed

2021-10-28 Thread Geertjan Wielenga
Sounds about right. When you think you want Groovy, you need to be reminded that what you actually need in the background is Java. NetBeans — your helpful reminder of what’s what. Gj On Thu, 28 Oct 2021 at 23:53, Blake McBride wrote: > If I bring up NetBeans 12.6-rc1 on a project with J

12.6-rc1: Can't set breakpoints in Groovy until a Java file is displayed

2021-10-28 Thread Blake McBride
If I bring up NetBeans 12.6-rc1 on a project with Java & Groovy source files and go to a Groovy source file, the system will not allow me to set a breakpoint. However, if I display a Java file and then go back to the Groovy file, I can then set a breakpoint in the Groovy file. It appears

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: >

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

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 a

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 -> Miscell

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

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

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

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

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

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 wha

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

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 w

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

How do I activate Groovy plugin?

2021-10-22 Thread Blake McBride
Greetings, I am using NetBeans 12.5 on a Linux box. If I go to Tools / Plugins / Installed I see the Groovy feature there but it is not activated. I tried everything I could think of but the "Activate" button never gets enabled. I even tried running NetBeans as root. My program u

Re: Add compilation classpath support to groovy classes created from a Netbeans plugin

2019-08-20 Thread Neil C Smith
On Wed, 21 Aug 2019, 00:54 rohan julka, wrote: > Any idea on how to set a specific classpath to the plugin source code (we > know what dependencies to add but don't know where to put them in order to > let groovy scripts see them) so that Netbeans will recognize related > im

Add compilation classpath support to groovy classes created from a Netbeans plugin

2019-08-20 Thread rohan julka
Hi, we have a Netbeans plugin for our application that mainly allows you to create a ".groovy" script on the fly that will be placed under the system temp folder.The problem we have is that, when the groovy class is created, Netbeans does not recognize imports and code autocomplet

Re: Groovy & Grails support in 10.0?

2018-12-28 Thread Geertjan Wielenga
There is Groovy editor support. We disabled the Grails support because it was out dated. You can stop being baffled right now today and contribute to the Grails support. All the source code is available on GitHub. Do you want to contribute a ‘Hello World’ Grails application that uses the latest

Groovy & Grails support in 10.0?

2018-12-28 Thread Jasen Jacobsen
Over on the dev list is this thread about Groovy & Grails support: http://mail-archives.apache.org/mod_mbox/netbeans-dev/201812.mbox/%3cpony-97f5c2b7626f3a395e4d22fbd82cf1141cd08593-291cae8a36b916c65ef67f9232e61aa621dcf...@dev.netbeans.apache.org%3e but it seems like it's really a NetB

Re: Groovy

2018-10-23 Thread Enrico Olivelli
ere > > http://plugins.netbeans.org/plugin/44510/gradle-support > > I have the 8.2 version but I want a later version as the 8.2 gradle plugin > doesn't seem to work with the lastest version of ubuntu. > > I have an issue though, I get this message. > >Some plugins require pl

Groovy

2018-10-22 Thread Peter Steele
this message. Some plugins require plugin Groovy Support to be installed. The plugin Groovy Support is requested in version >= 1.42 but only 1.41.1 was found. The following plugin is affected: Gradle Support Do you know how I can get Groovy Support version >= 1.42? My update cent

Re: Groovy and Grails

2018-08-11 Thread Peter Steele
> >> I recently tried to upgrade from a pre 9.0 release in April to the 9.0 >> release not that is has been released. I have found an issue on the >> migration though. >> >> The update center has changed now and I can no longer install Groovy and >> Grails pl

Re: Groovy and Grails

2018-08-11 Thread Marco Ambu
een released. I have found an issue on the > migration though. > > The update center has changed now and I can no longer install Groovy and > Grails plugin and because of this the Gradle plugin doesn't work anymore > (and all my projects use gradle) > > Is there a way to

Groovy and Grails

2018-08-10 Thread Peter Steele
Hi I recently tried to upgrade from a pre 9.0 release in April to the 9.0 release not that is has been released. I have found an issue on the migration though. The update center has changed now and I can no longer install Groovy and Grails plugin and because of this the Gradle plugin doesn&#