On Thursday, April 2, 2015 at 1:41:27 PM UTC-4, [email protected] wrote:
> Hi all,
>   I am having problem to get includes working in my jacoco pom.xml.  I 
> searched around and found this issue: 
> https://github.com/jacoco/jacoco/issues/34 .  It said includes should have 
> syntax as Java Name.  
> So I will expect this will work:
> <includes>
>    <include>com.**</include>
> </includes>
> 
> But it doesn't work.  
> 
> It only works if if I put the whole thing is *:
> <includes>
>    <include>*</include>
> </includes>
> 
> Can someone give me an example to use includes to include all the class under 
> a package. Thanks for your help.
> 
> 
> Leo

Note.  I also tried:
<includes>
  <include>com/**</include>
</includes>

But it also didn't work

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/7268a125-6bea-431c-b1a8-4875eddb7709%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to