jonathanlermitage / tikione-jacocoverage

NetBeans module that provides JaCoCo code coverage for Ant based Java SE, Java EE and NetBeans Module projects (JDK5,6,7,8 compatible).
http://plugins.netbeans.org/plugin/48570/?show=true
Apache License 2.0
27 stars 25 forks source link

Replace JaCoCo Java agent by Ant task #5

Closed jonathanlermitage closed 11 years ago

jonathanlermitage commented 11 years ago

Rework the JaCoCoverage core module: use JaCoCo Ant task instead of Java agent, to facilitate support of many features (run and test single file, etc.).

jonathanlermitage commented 11 years ago

Scheduling for 1.4.0 or later: implementation seems to be more difficult than I thought.

jonathanlermitage commented 11 years ago

abandoned.