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
se the contents or take any action in reliance upon the information contained in the communication or any attachments. > > > -Original Message- > From: Ty Young mailto:youngty1...@gmail.com>> > Sent: Tuesday, April 9, 2019 9:09 AM > To: us

Re: Netbeans 11 and Gradle broken builds

2019-04-09 Thread Peter Steele
o you in > error, please immediately alert the sender by reply e-mail and then delete > this message and its attachments. Do not deliver, distribute, copy, > disclose the contents or take any action in reliance upon the information > contained in the communication or any attachments. >

Re: Netbeans 11 and Gradle broken builds

2019-04-09 Thread Ty Young
AM To: us...@netbeans.incubator.apache.org Subject: Netbeans 11 and Gradle broken builds Hi, After upgrading to Netbeans 11, my JavaFX application no longer builds in Netbeans. I get an exception that says the following: java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length

RE: Netbeans 11 and Gradle broken builds

2019-04-09 Thread Mark A. Claassen
...@netbeans.incubator.apache.org Subject: Netbeans 11 and Gradle broken builds Hi, After upgrading to Netbeans 11, my JavaFX application no longer builds in Netbeans. I get an exception that says the following: java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2     at

Netbeans 11 and Gradle broken builds

2019-04-09 Thread Ty Young
Hi, After upgrading to Netbeans 11, my JavaFX application no longer builds in Netbeans. I get an exception that says the following: java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2     at org.netbeans.modules.gradle.api.GradleDependency$ModuleDependency.(GradleDe

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

Netbeans 11 and Gradle

2019-04-08 Thread Mark A. Claassen
I am giving Netbeans 11 a try and really appreciate the JavaEE support that is now just included. Thanks. I also appreciate that Gradle is included, but I have having some problems. I can submit some bugs, but I thought I would start here first to see if anyone else is having better luck.