hi guys,

I was using Jacoco to analyze my API interface tests. My class files have 
the following directories/packages:
com.X.Y.controller, com.X.Y.view, com.X.Y.view.model, com.X.Y.view.util, 
com.X.Y.util, com.X.Y.debug, com.X.Y.helper, etc. I wanted to use 
'excludes=' to excludes the 'helper' and the 'debug' packages from the 
analysis scope, so in my java command line, I added this:
-javaagent:/path/to/lib/jacocoagent.jar=excludes=*.helper.*:*.debug.*,output=tcpserver,address=xxx,,port=xxx

I tried quite a few time with some variances, and each time the analysis 
result still contains the 'helper' and the 'debug' part.

What's wrong with my approach? Any tips will be appreciated.

Thanks.
--huafeng

-- 
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/a8877c20-7abc-4c50-b879-d0552a4e15eb%40googlegroups.com.

Reply via email to