Re: [gradle/spock] Netbeans 11.2 run test greyed out

2019-12-19 Thread Laszlo Kishalmi
https://github.com/apache/netbeans/pull/1784 Will be available in 11.3 or the recent development builds On 12/19/19 6:13 AM, Fred Welland wrote: Expect:   right click in source window on a groovy/spock spec file to support "Test File" as well and ctrl-f6 to work Result:   right click option

Re: Raspberry Pi

2019-12-19 Thread Jonathan Bergh
Hi Lou, I have used NB with RPi as a remote platform - it worked beautifully, in fact i was surprised (in a really good way) how easily it worked. On Thu, Dec 19, 2019 at 8:38 PM Lou wrote: > Does anyone have experience/guidance using NetBeans with Raspberry Pi? > > Would you recommend using

Raspberry Pi

2019-12-19 Thread Lou
Does anyone have experience/guidance using NetBeans with Raspberry Pi? Would you recommend using NetBeans on the Raspberry or trying to add the Raspberry as a remote platform?  The project is a internet/USB com first with Raspberry Pi control of several servos added second. I am new to

[gradle/spock] Netbeans 11.2 run test greyed out

2019-12-19 Thread Fred Welland
Expect: right click in source window on a groovy/spock spec file to support "Test File" as well and ctrl-f6 to work Result: right click option is greyed out -- and nothing happened when one uses ctrl-f6 Is this just a bug or is there some tweak or setting I can flip to get this to work?

Re: Android app development.

2019-12-19 Thread Owen Thomas
Thank you to all who gave advice. I think I have an idea of what I need to do. I'm actually going to create a separate project in Android Studio. This project is going to extend the application's core functionality which is implemented in JARs generated from my Netbeans projects. Currently

How to determine ProjectCustomizer.Registration.projectType of project

2019-12-19 Thread Andreas Sewe
Hi, I want to find out the @ProjectCustomizer.Registration.projectType (something like "org-netbeans-modules-maven") of an existing project in my IDE, which seems to be missed by my own @Registrations. But I have no idea what projectType ID I need to register my customizer for. The Properties

Re: [JavaFX] project jar file

2019-12-19 Thread Luff,Chris
Without more info about what toolchain you are using to build your project such as which JDK, what toolchain etc we can only help to a point. If you project is modularised then you need to use jlink to have the JavaFX modules included in the runtime. If not, and I suspect this is what you are