You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JaCoCo and EclEmma Users
<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
Evgeny Mandrikov
unread,
Nov 14, 2016, 5:41:25 PM11/14/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JaCoCo and EclEmma Users
I guess that you should exclude it from the list of source files.
Marc Hoffmann
unread,
Nov 15, 2016, 9:28:28 AM11/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jac...@googlegroups.com
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.