Changeset 13103 in josm for trunk/build.xml
- Timestamp:
- 2017-11-09T20:32:32+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r13097 r13103 32 32 <property name="javac.compiler" value="com.google.errorprone.ErrorProneAntCompilerAdapter" /> 33 33 <property name="java.lang.version" value="1.8" /> 34 <property name="jacoco.includes" value="org.openstreetmap.josm.*" /> 34 35 <property name="jacoco.inclbootstrapclasses" value="false" /> 35 36 <property name="jacoco.inclnolocationclasses" value="false" /> … … 457 458 <sequential> 458 459 <echo message="Running @{testfamily}@{testITsuffix} tests with JUnit"/> 459 <jacoco:coverage destfile="${test.dir}/jacoco@{testITsuffix}.exec" enabled="@{coverage}" includes=" org.openstreetmap.josm.*${additionalCoverage}"460 460 <jacoco:coverage destfile="${test.dir}/jacoco@{testITsuffix}.exec" enabled="@{coverage}" includes="${jacoco.includes}" 461 inclbootstrapclasses="${jacoco.inclbootstrapclasses}" inclnolocationclasses="${jacoco.inclnolocationclasses}"> 461 462 <junit printsummary="yes" fork="true" forkmode="once"> 462 463 <jvmarg value="-Dfile.encoding=UTF-8"/>
Note:
See TracChangeset
for help on using the changeset viewer.