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

boli
23.09.2006 bf83a0b5e3cf41f14d758c0b2fd5d931de2c597e
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
opends/build.xml 2 ●●● patch | view | raw | blame | history
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" />