Re: Does JaCoCo 0.8.2 break NetBeans code coverage?

2019-01-26 Thread Emilian Bold
Pasting my comment on https://github.com/jacoco/jacoco/issues/772 'd like to remark that from my tests (and looking at the source code) this problem only happens under NetBeans 8.2! This does not happen under any Apache NetBeans version. Under NetBeans 8.2 this happens due to the way the DTD was

Re: Does JaCoCo 0.8.2 break NetBeans code coverage?

2019-01-26 Thread Emilian Bold
Philip, did you even test this with *any* Apache NetBeans version. This bug only seems to happen in NetBeans 8.2. --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Sat, Jan 26, 2019 at 10:14 PM Philip Durbin wrote: > > Ok, I created an issue: JaCoCo 0.8.2 break

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: Does JaCoCo 0.8.2 break NetBeans code coverage?

2019-01-26 Thread Philip Durbin
Ok, I created an issue: JaCoCo 0.8.2 breaks code coverage integration - https://issues.apache.org/jira/browse/NETBEANS-1997 I've never worked on the NetBeans code base so I don't plan to attempt to provide a pull request unless someone out there can provide a little guidance. Thanks, Phil On We

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

Manifold support

2019-01-26 Thread Uwe Pachler
Hi there, I'm currently trying Manifold (http://manifold.systems) and I'm wondering about support for it in NetBeans. Manifold is in some ways similar to Lombok, in that it generates additional code while javac is running (but it is a javac plugin rather than an annotation processor). However, whe

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: Glassfish on NetBeans 10

2019-01-26 Thread Robert Erdt
Yes, I will try my best to help. Sent from my iPhone > On Jan 26, 2019, at 8:46 AM, Geertjan Wielenga > wrote: > > More description and steps need to be provided. > > Officially, Apache NetBeans 10 simply doesn't support Glassfish at all. You > must have tried to install a plugin from 8.2, w

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: Glassfish on NetBeans 10

2019-01-26 Thread Geertjan Wielenga
More description and steps need to be provided. Officially, Apache NetBeans 10 simply doesn't support Glassfish at all. You must have tried to install a plugin from 8.2, which is always going to be some kind of workaround. However, in the upcoming release, Apache NetBeans 11, we'll include the 'e

Glassfish on NetBeans 10

2019-01-26 Thread Robert Erdt
I was not able to run Glassfish on NetBeans 10. I was able to run Google App Engine though.. I am sorry I will not be able to fix the issue, Glassfish Starts, the interface between netbeans and Glassfish is lost. I am one developer in a Hospital of 30,000 employees and I wish I could ,

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