Re: Calling all Gradle users!

2019-02-01 Thread Peter Steele
I have noticed one extra issue, if you right click in the projects view and do a clean and build. The outputs tab in the notiifcation is not loaded up. If it is already loaded up but the focus in the notification area is on the Search Results tab, for example, then again the focus is not changed to

Re: Calling all Gradle users!

2019-01-27 Thread Peter Steele
Just a small bit of further feedback, in the project navigator pane (the one with the tree in). If you don't have a main project selected the set main project right click item doesn't appear. But if you have one selected the set main project does appear. I would say it should always appear. On Sat

Re: Calling all Gradle users!

2019-01-26 Thread Enrico Olivelli
Hi, I am trying latest nightly build on linux + jdk8 (and with jdk8 the result is the same) on the project linked below, itis quite complex but I was able to work on it with the 'other' plugin. https://github.com/pravega/pravega The project has a lot of subprojects but I can see only the first one

Re: Calling all Gradle users!

2019-01-26 Thread Scott Palmer
I exclusively use Gradle, so I will be testing extensively. The new plugin (or maybe it is partly the NB build) does have some issues with my projects. I will attempt to isolate a test case. I already emailed Laszlo, but he needs to be able to reproduce the issue. Scott > On Jan 26, 2019, at

Re: Calling all Gradle users!

2019-01-26 Thread Peter Steele
Hi Some good news on testing further with a brand new project and maybe some suggestions for further enhancements 1) The exception I saw was caused by gradle running a too old version on root project (the default gradle installation on linux was too low for jdk 11 (actually 9 10 and 11). I fixed

Re: Calling all Gradle users!

2019-01-26 Thread Peter Steele
H I downloaded the new version and ran it side by side with the current setup. After installing javafx (which was new), I got an error initially java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)

Re: Calling all Gradle users!

2019-01-26 Thread marccollin7379
like i said work fine but it use a lot more memory... gc monitor with netbeans 10 turn around 500mb... now with this release i go to 2000mb and cpu is high On 2019/01/26 13:07:14, Geertjan Wielenga wrote: > Hi all, > > If you're using Gradle in any way at all -- and especially if you

Re: Calling all Gradle users!

2019-01-26 Thread Marc Collin
tried, worked fine for all my spring boot application. tried with local gradle provided by netbeans and project gradle wrapper. Le sam. 26 janv. 2019 à 08:38, Geertjan Wielenga a écrit : > The Gradle support that will be in the next release of Apache NetBeans is > completely different to the wel

Re: Calling all Gradle users!

2019-01-26 Thread Geertjan Wielenga
The Gradle support that will be in the next release of Apache NetBeans is completely different to the well known NetBeans Gradle plugin. In other words, two different Gradle plugins have been created, Laszlo's one needs to be explored by all Gradle users to see whether it makes sense, opens your pr

Re: Calling all Gradle users!

2019-01-26 Thread Peter Steele
I am a big gradle user, I currently use the gradle plugin setup with a root project and many sub projects. I am interested in helping. I'm currently on netbeans 10 with jdk 11 (there is a minimum version of gradle required for Jdk 11) On Sat, 26 Jan 2019, 13:07 Geertjan Wielenga Hi all, > > If yo

Re: Calling all Gradle users!

2019-01-26 Thread Geertjan Wielenga
https://github.com/gradle/gradle-build-scan-quickstart ...and we need more like that to play with to see whether the new Gradle support works! :-) Gj On Sat, Jan 26, 2019 at 2:07 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Hi all, > > If you're using Gradle in any way at

Calling all Gradle users!

2019-01-26 Thread Geertjan Wielenga
Hi all, If you're using Gradle in any way at all -- and especially if you have some Gradle projects of whatever kind lying around -- we need you! Thanks to Laszlo, we have integration with Gradle for the first time in the upcoming release scheduled to be released in March. We need as many as poss