matthew
unread,Nov 25, 2014, 12:51:18 AM11/25/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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
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