mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
23.09.2006 1cfa050cb9e76d56b17b23408b780a1f17f406e8
Fixed the issue where the EMMA reports does not include the annotated source files. Corrected sourcepath used in generating EMMA reports.

Fix confirmed by building again and verifying that the source is now included.

Fix for issue 596
1 files modified
2 ■■■ changed files
opendj-sdk/opends/build.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml
@@ -683,7 +683,7 @@
    </testng>
    
    <emma enabled="${coverage.enabled}" >
      <report sourcepath="${srcdir}" >
      <report sourcepath="${src.dir}" >
      <!-- <property name="verbosity.level" value="verbose" /> -->
          <fileset dir="${coverage.data.dir}" >
           <include name="*.emma" />