Re: JaCoCoverage plugin

2019-05-27 Thread Antonio
+1 to using Maven in the classroom. Way to go, I think. This is a standard de facto in industry, I think. Cheers, Antonio El 27/5/19 a las 20:01, Pieter van den Hombergh escribió: Hi Eduardo, I was in similar  situation, but then followed Geertjan Wielenga’s advice to consider maven over ant

RE: JaCoCoverage plugin

2019-05-27 Thread Eduardo Mosqueira Rey
: Pieter van den Hombergh Enviado: lunes, 27 de mayo de 2019 20:01 Para: Eduardo Mosqueira Rey Cc: users@netbeans.apache.org Asunto: Re: JaCoCoverage plugin Hi Eduardo, I was in similar situation, but then followed Geertjan Wielenga’s advice to consider maven over ant based projects. If used

Re: JaCoCoverage plugin

2019-05-27 Thread Pieter van den Hombergh
Hi Eduardo, I was in similar situation, but then followed Geertjan Wielenga’s advice to consider maven over ant based projects. If used properly, maven does all the rights things and better. So I have made the switch, and are happy with it. Supplying the students with a proper parent-Pom takes a

Re: JaCoCoverage plugin

2019-05-25 Thread Laszlo Kishalmi
e.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:138) ... 9 more *De:* Laszlo Kishalmi *Enviado:* sábado, 25 de mayo de 2019 1:49 *Para:* users@netbeans.apache.org *Asunto:* Re: JaCoCoverage plugin Hi! Actually JaC

Re: JaCoCoverage plugin

2019-05-25 Thread Antonio
rs@netbeans.apache.org *Asunto:* RE: JaCoCoverage plugin With Maven I managed to get the coverage data adding this plugin to the pom:                             org.jacoco                 jacoco-maven

RE: JaCoCoverage plugin

2019-05-25 Thread Eduardo Mosqueira Rey
lmi; users@netbeans.apache.org Asunto: RE: JaCoCoverage plugin With Maven I managed to get the coverage data adding this plugin to the pom: org.jacoco jacoco-maven-plugin

RE: JaCoCoverage plugin

2019-05-25 Thread Eduardo Mosqueira Rey
a.lang.Class.getField(Class.java:2000) at org.jacoco.agent.rt.internal_c13123e.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:138) ... 9 more De: Laszlo Kishalmi Enviado: sábado, 25 de mayo de 2019 1:49 Para: users@netbeans.apache.org Asunto: Re: J

Re: JaCoCoverage plugin

2019-05-24 Thread Philip Durbin
I opened this issue about this: https://issues.apache.org/jira/browse/NETBEANS-1997 On Fri, May 24, 2019 at 7:59 PM Laszlo Kishalmi wrote: > Hi! > > Actually JaCoCo support is out-of-the box in NetBeans, the additional > plugin was required for Ant Based projects and it is not maintained right >

Re: JaCoCoverage plugin

2019-05-24 Thread Laszlo Kishalmi
Hi! Actually JaCoCo support is out-of-the box in NetBeans, the additional plugin was required for Ant Based projects and it is not maintained right now (AFAIK it still has to be contributed by Oracle to Apache) So JaCoCo with Maven project do work though it require some configuration in the