For example, i have two packages a.b.c and a.b.d. Definitely, those two 
packages include several classes. Now, i want to exclude them. can i set the 
arguments as below? 
-javaagent:/opt/jcc/jacocoagent.jar=excludes=a.b.*,output=tcpserver,address=192.168.x.x,port=1111

does the a.b.* work? 
 
Or I have to use below arguments 
-javaagent:/opt/jcc/jacocoagent.jar=excludes=a.b.c.*:a.b.d.*,output=tcpserver,address=192.168.x.x,port=1111

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to