Changeset 35413 in osm for applications/editors


Ignore:
Timestamp:
2020-04-05T22:06:15+02:00 (5 years ago)
Author:
simon04
Message:

see #josm16860 - resolve test libraries using Ivy settings from core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r35412 r35413  
    1515    <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
    1616    <property name="josm.ivy"               location="../../core/ivy.xml"/>
     17    <property name="josm.ivysettings"       location="../../core/ivysettings.xml"/>
    1718    <property name="josm.test.build.dir"    location="../../core/test/build"/>
    1819    <property name="jmockit.jar"            location="../00_core_test_lib/jmockit.jar"/>
     
    547548        <mkdir dir="${plugin.test.dir}/report"/>
    548549        <init-test-preferences/>
    549         <ivy:retrieve file="${josm.ivy}" pattern="../00_core_test_lib/[artifact].[ext]" conf="test"/>
     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"/>
    550552        <path id="test.classpath">
    551553            <!-- JMockit must be included before JUnit in the classpath -->
Note: See TracChangeset for help on using the changeset viewer.