Changeset 36225 in osm for applications/viewer


Ignore:
Timestamp:
2024-03-11T22:38:34+01:00 (10 months ago)
Author:
taylor.smock
Message:

Fix jacoco.exec output (I had one in target/report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/build.xml

    r36224 r36225  
    188188            </classpath>
    189189        </javac>
    190         <jacoco:agent destfile="report/jacoco.exec" enabled="${coverage}" includes="${jacoco.includes}" dumponexit="true"
     190        <jacoco:agent destfile="report/jacoco.exec" enabled="${coverageByDefault}" includes="${jacoco.includes}" dumponexit="true"
    191191                      inclbootstrapclasses="${jacoco.inclbootstrapclasses}" inclnolocationclasses="${jacoco.inclnolocationclasses}"
    192                       property="jacocoagent" if:true="${coverage}"/>
     192                      property="jacocoagent" if:true="${coverageByDefault}"/>
    193193        <junitlauncher printsummary="yes">
    194194            <classpath>
Note: See TracChangeset for help on using the changeset viewer.