Changeset 35463 in osm for applications/editors/josm/plugins/build-common.xml
- Timestamp:
- 2020-05-20T21:26:14+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r35443 r35463 549 549 <init-test-preferences/> 550 550 <ivy:settings file="${josm.ivysettings}" id="ivy.core.settings"/> 551 <ivy:retrieve file="${josm.ivy}" settingsRef="ivy.core.settings" pattern="../00_core_test_lib/[artifact].[ext]" conf="test"/> 551 <ivy:resolve settingsRef="ivy.core.settings" file="${josm.ivy}" conf="test,jacocoant"/> 552 <ivy:retrieve settingsRef="ivy.core.settings" pattern="../00_core_test_lib/[artifact].[ext]" conf="test"/> 553 <ivy:retrieve settingsRef="ivy.core.settings" pattern="../00_core_tools/[conf].[ext]" conf="jacocoant"/> 554 <taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml" classpath="../00_core_tools/jacocoant.jar"/> 552 555 <path id="test.classpath"> 553 556 <!-- JMockit must be included before JUnit in the classpath --> … … 597 600 <target name="test" depends="dist, test-clean, test-compile" if="test.present" unless="skip-test" 598 601 description="Run unit tests. OSM API (TEST) account shall be set with -Dosm.username and -Dosm.password"> 599 <ivy:retrieve file="${josm.ivy}" pattern="../00_core_tools/[conf].[ext]" conf="jacocoant"/>600 <taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml" classpath="../00_core_tools/jacocoant.jar" />601 602 <sequential> 602 603 <echo message="Running unit tests with JUnit"/> … … 745 746 <echo>fetching dependencies with ivy</echo> 746 747 <ivy:settings file="ivy_settings.xml" /> 748 <ivy:resolve /> 747 749 <ivy:retrieve pattern="${plugin.lib.dir}/[artifact]-[revision](-[classifier]).[ext]" conf="default" /> 748 750 </target>
Note:
See TracChangeset
for help on using the changeset viewer.