| 
 
      
      
         
      
          Difference between 
          version 6 
          and 
          version 4:
           
          
| At line 1 changed 1 line. |  | [Code Coverage|CodeCoverage] - How To for integrating [Emma|http://emma.sourceforge.net] with AppFuse 1.8.1 ant build.  If you'd prefer to use [Cobertura|http://cobertura.sf.net], please see the [AppFuse + Cobertura HowTo|http://www.resmoked.net:8080/JSPWiki/Wiki.jsp?page=AppFuse_Cobertura].  If you're trying to decide if EMMA or Cobertura is a better solution, you may want to check out opinion's expressed on [Cobertura vs. EMMA|http://raibledesigns.com/page/rd?anchor=emma_vs_cobertura_for_code]. |  | [Code Coverage|CodeCoverage] - How To for integrating [Emma|http://emma.sourceforge.net] with AppFuse 1.8.1 ant build.  If you'd prefer to use [Cobertura|http://cobertura.sf.net], please see the [AppFuse + Cobertura HowTo|http://www.resmoked.net:8080/JSPWiki/Wiki.jsp?page=AppFuse_Cobertura].  If you're trying to decide if EMMA or Cobertura is a better solution, you may want to check out opinion's expressed on Matt's [Cobertura vs. EMMA|http://raibledesigns.com/page/rd?anchor=emma_vs_cobertura_for_code] blog entry. |  | At line 4 added 2 lines. |  | All of what is written below was included in default AppFuse from 1.9.2 on. You only need to execute it if you want EMMA in pre 1.9.2 AppFuse. |  | ---- |  | At line 38 changed 1 line. |  | <property name="coverage.dir" value="${basedir}/coverage" /> |  | <property name="coverage.dir" value="${test.dir}/coverage" /> |  | At line 40 changed 1 line. |  | <property name="out.instr.dir" value="${basedir}/outinstr" /> |  | <property name="out.instr.dir" value="${test.dir}/outinstr" /> |  
      Back to CodeCoverage,
       or to the Page History.
        |