+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
: 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
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
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
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
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
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
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
>
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