Re: Netbeans 11 and Gradle broken builds

2019-04-14 Thread Ty Young
On 4/14/19 5:59 AM, Geertjan Wielenga wrote: I'd be happy to help, but can't until/unless you provide a way for the problem to be reproduced. Gj I don't know what the issue even is so it's a bit hard for me to figure out what's causing it. Here is my build script I guess: plugins {     i

Re: Netbeans 11 and Gradle broken builds

2019-04-14 Thread Geertjan Wielenga
I'd be happy to help, but can't until/unless you provide a way for the problem to be reproduced. Gj On Sun, Apr 14, 2019 at 11:25 AM Ty Young wrote: > Nothing on this? I still can't get it to compile. I tried to build in > IDEA and it spit out this very weird error about Optional.isEmpty()Z: >

Re: Netbeans 11 and Gradle broken builds

2019-04-14 Thread Ty Young
Nothing on this? I still can't get it to compile. I tried to build in IDEA and it spit out this very weird error about Optional.isEmpty()Z: org.gradle.api.ProjectConfigurationException: A problem occurred configuring root project 'GoliathENVIOUSFX'.     at org.gradle.configuration.project.Lif

Re: Netbeans 11 and Gradle broken builds

2019-04-09 Thread Ty Young
On 4/9/19 9:36 AM, Peter Steele wrote: >> Is there a way to go back to the old plugin by chance while still using Netbeans 11? There is, you can disable the gradle plugin that comes built in and install the nbm from https://github.com/kelemen/netbeans-gradle-project/releases That didn't

Re: Netbeans 11 and Gradle broken builds

2019-04-09 Thread Peter Steele
>> Is there a way to go back to the old plugin by chance while still using Netbeans 11? There is, you can disable the gradle plugin that comes built in and install the nbm from https://github.com/kelemen/netbeans-gradle-project/releases On Tue, Apr 9, 2019 at 2:58 PM Ty Young wrote: > > On

Re: Netbeans 11 and Gradle broken builds

2019-04-09 Thread Ty Young
On 4/9/19 8:22 AM, Mark A. Claassen wrote: I am not exactly sure what is going on. I wonder if that is just a bad error message. Java FX is no longer included in Java (since Java 9). Probably, you were running the older version of Netbeans with Java 8, but not Nebeans 11. I am running a

RE: Netbeans 11 and Gradle broken builds

2019-04-09 Thread Mark A. Claassen
I am not exactly sure what is going on. I wonder if that is just a bad error message. Java FX is no longer included in Java (since Java 9). Probably, you were running the older version of Netbeans with Java 8, but not Nebeans 11. In your /etc/netbeans.conf file, near the bottom, you can set t

RE: Netbeans 11 and Gradle

2019-04-08 Thread Mark A. Claassen
take any action in reliance upon the information contained in the communication or any attachments. From: Mark A. Claassen Sent: Monday, April 8, 2019 3:11 PM To: Scott Palmer Cc: users@netbeans.apache.org Subject: RE: Netbeans 11 and Gradle Thanks for the tip on #1, I had a description in

RE: Netbeans 11 and Gradle

2019-04-08 Thread Mark A. Claassen
the communication or any attachments. From: Scott Palmer Sent: Monday, April 8, 2019 2:59 PM To: Mark A. Claassen Cc: users@netbeans.apache.org Subject: Re: Netbeans 11 and Gradle Hi Mark, I use Gradle exclusively. (To the point where if I have to work on a project that isn’t using Gradle the fi

Re: Netbeans 11 and Gradle

2019-04-08 Thread Scott Palmer
Hi Mark, I use Gradle exclusively. (To the point where if I have to work on a project that isn’t using Gradle the first thing I do is convert it to Gradle so I don’t have to suffer further ;-).) #1 - Check the project description as defined in the build.gradle file. Then check the option: Jav