Hi,

just guessing: what is in your "${basedir}/libs/" folder? JAR files? In this case the exclude rule will not work. You need to unzip the JARs first and specify the files set on the class files.

Cheers,
-marc

On 2016-11-14 10:59, yevsh wrote:
<structure name="jacoco Coverage Project">
 <group name="jacoco">
 <classfiles>
    <fileset dir="${basedir}/libs/">
    <exclude name="**/com/loader/**/*.*"/>
 </fileset>
 </classfiles>
 </group>
</structure>

But in the generated html report I see package:
com.loader.pparams

and when I click on it I see the classes inside

 --
You received this message because you are subscribed to the Google
Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to jacoco+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/jacoco/4a06afe9-9068-42e6-b79b-441ed095b1bb%40googlegroups.com
[1].
For more options, visit https://groups.google.com/d/optout.


Links:
------
[1]
https://groups.google.com/d/msgid/jacoco/4a06afe9-9068-42e6-b79b-441ed095b1bb%40googlegroups.com?utm_medium=email&utm_source=footer

--
You received this message because you are subscribed to the Google Groups "JaCoCo 
and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jacoco+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/f1dfe56362a285726436115f2f39f1c2%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to