On Tuesday, November 25, 2014 1:51:18 PM UTC+8, matthew wrote: > 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
I found below older similar post, but there are no solutions. How to include all class under sub package using "Include" parameter on JavaAgent Way? "according to JaCoCo ducoment, * means all class, I do not think it means all class both under package and sub package. " We have same worried, and i am running into technical problems with certain classes, therefor i have to exclude several packages. -- 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.
