Re: Getting a gradle project to work in NetBeans

2021-01-26 Thread Laszlo Kishalmi
Are we talking about: https://github.com/glazedlists/glazedlists It seems to work well with NetBeans, at least the modules I've tested. You might need to set the default JDK to Java 11, in order not to have set one-by-one on the Project build/compile page. I have not checked the build scripts

Re: Netbeans Bug (With Bug Bounty)

2021-01-26 Thread August Nagro
Trying out a different editor now, so going to retract the bug bounties unless someone already started on them. Regards, August On Wed, Jan 20, 2021 at 10:37 PM August Nagro wrote: > > Hello, > > I am new to Netbeans and am enjoying it so far. I have > encountered 5 bugs. I've documented them h

Re: Getting a gradle project to work in NetBeans

2021-01-26 Thread Laszlo Kishalmi
I'm going to try to check that, but life is demanding me elsewhere at the moment. On 1/26/21 9:50 AM, Ernie Rael wrote: Greetings, I'm doing some work with a gradle built project (github). it looks like this project was gradle 3, then minial changes to get it to work with 5. The projects und

Getting a gradle project to work in NetBeans

2021-01-26 Thread Ernie Rael
Greetings, I'm doing some work with a gradle built project (github). it looks like this project was gradle 3, then minial changes to get it to work with 5. The projects under :extensions don't open in NetBeans correctly, (imports from :core not found), the maintainer says it works fine in Ecl

Re: [java] Ant using incorrect JDK for building

2021-01-26 Thread Juan Algaba
Hello again. Now I'm a little suspicious on whether your problem is caused by ANT picking JDK 15 to compile. The presence of JDK 15 properties doesn't mean that it's using it to compile, >In build output in debug mode, it shows "Detected Java version 15" and "Java >Version: 15.0.1" See, in my sm