Hi, I am a Novice to jacoco and facing a problem with the reporting stuff.
Scenario : We have an application hosted on jboss server along with the jacoco client. And using the below command we are starting the jboss server along with agent -javaagent:/u01/jboss-as-7.1.1.Final/standalone/deployments/jacocoagent.jar=append=true,destfile=/u01/jboss-as-7.1.1.Final/standalone/deployments/jacoco-ut.exec,includes=*,excludes=*$$$*,output=file Now we are doing some manual testing over the application and after that stopping the server. It generates an exec file, we are importing that exec file into our local system and with the help of that exec file and build file(.ear) ,trying to generate reports using ant(Build.xml). As a result it is generating the reports but these are not accurate because whatever modules we've tested manually(login,userCreation etc), its not showing the coverage for these stuff. Queries : Q1. Is the Approach that we're following correct ? Q2. What we've to specify inside the source attribute in xml (Right Now we are specifying .ear file), can we specify .ear inside source attribute of build.xml ? Please Help !! Thanks Deepak Yadav -- 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/groups/opt_out.
