Re: TikiOne JaCoCoverage plugin

2021-01-14 Thread Christoph Theis
On 14.01.2021 19:58, Joe Kasprzyk wrote: I've downloaded the project and attempted to build. The plugin is a suite of four modules - for each module, the source level was updated to 11. When "clean and build"ing each of the four modules, three (JaCoCo Library, TikiOne JaCoCo Reporting Library, Ti

Re: TikiOne JaCoCoverage plugin

2021-01-14 Thread Geertjan Wielenga
g: > > Running NetBeans on JDK 11.0.8 > > ant -f > D:\\NetBeans\\NetBeans-12.2-Zip\\PluginDownloads\\TikiOne-SourceCode\\tikione-jacocoverage-master\\tikione-jacocoverage-plugin > -Dcontinue.after.failing.tests=true -Ddo.not.clean.module.config.xml=true > clean build > ta

Re: TikiOne JaCoCoverage plugin

2021-01-14 Thread Joe Kasprzyk
raries) seem to build cleanly - TikiOne JaCoCoverage generates the following: Running NetBeans on JDK 11.0.8 ant -f D:\\NetBeans\\NetBeans-12.2-Zip\\PluginDownloads\\TikiOne-SourceCode\\tikione-jacocoverage-master\\tikione-jacocoverage-plugin -Dcontinue.after.failing.tests=true -Ddo.not.clean.module.

Re: TikiOne JaCoCoverage plugin

2021-01-14 Thread Geertjan Wielenga
GitHub, we could compile > them against 12.2 to update it, that's probably all that's needed. > > Gj > > On Thu, Jan 14, 2021 at 5:39 PM Joe Kasprzyk > wrote: > >> I've been using the TikiOne JaCoCoverage plugin for years now, up to >> NetBeans 8.

Re: TikiOne JaCoCoverage plugin

2021-01-14 Thread Laszlo Kishalmi
to the sources, hopefully on GitHub, we could compile them against 12.2 to update it, that's probably all that's needed. Gj On Thu, Jan 14, 2021 at 5:39 PM Joe Kasprzyk <mailto:jkasprzyk1...@gmail.com>> wrote: I've been using the TikiOne JaCoCoverage plugin

Re: TikiOne JaCoCoverage plugin

2021-01-14 Thread Geertjan Wielenga
If you can point to the sources, hopefully on GitHub, we could compile them against 12.2 to update it, that's probably all that's needed. Gj On Thu, Jan 14, 2021 at 5:39 PM Joe Kasprzyk wrote: > I've been using the TikiOne JaCoCoverage plugin for years now, up to > Net

TikiOne JaCoCoverage plugin

2021-01-14 Thread Joe Kasprzyk
I've been using the TikiOne JaCoCoverage plugin for years now, up to NetBeans 8.2 . I've been migrating to NetBeans 12.2 and am trying to install this plugin (development marked closed on the author's project site). I set the default JDK to 1.8 and am running NetBeans on 1.8. When I

Re: JaCoCoverage plugin

2019-05-27 Thread Antonio
mailto:eduardo.mosque...@udc.es>> wrote: Hi all, __ __ I used in classroom the JaCoCoverage plugin with NetBeans 8.2 for the students to check the coverage of their tests. It had an easy and straightforward installation and was very simple to use, ideal for n

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
them using a private channel. On Sat, 25 May 2019 at 00:54, Eduardo Mosqueira Rey < eduardo.mosque...@udc.es> wrote: > Hi all, > > > > I used in classroom the JaCoCoverage plugin with NetBeans 8.2 for the > students to check the coverage of their tests. > > It h

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
the collection of the coverage results. > From that point whenever some unit tests were executed the code coverage > results would be updated. > > on 5/24/19 3:54 PM, Eduardo Mosqueira Rey wrote: > > Hi all, > > > > I used in classroom the JaCoCoverage plugin

Re: JaCoCoverage plugin

2019-05-24 Thread Laszlo Kishalmi
ed in classroom the JaCoCoverage plugin with NetBeans 8.2 for the students to check the coverage of their tests. It had an easy and straightforward installation and was very simple to use, ideal for newbies. Nevertheless, the plugin is no longer maintained at it doesn’t work with NetBeans 11.0.

JaCoCoverage plugin

2019-05-24 Thread Eduardo Mosqueira Rey
Hi all, I used in classroom the JaCoCoverage plugin with NetBeans 8.2 for the students to check the coverage of their tests. It had an easy and straightforward installation and was very simple to use, ideal for newbies. Nevertheless, the plugin is no longer maintained at it doesn’t work with