Changeset 34605 in osm for applications


Ignore:
Timestamp:
2018-08-27T13:41:12+02:00 (6 years ago)
Author:
donvip
Message:

see #josm16010 - JMockit must be included before JUnit in the classpath

File:
1 edited

Legend:

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

    r34604 r34605  
    498498
    499499    <path id="test.classpath">
     500        <!-- JMockit must be included before JUnit in the classpath -->
     501        <pathelement path="${jmockit.jar}"/>
    500502        <fileset dir="../00_core_test_lib">
    501503            <include name="**/*.jar"/>
     504            <exclude name="**/jmockit*.jar"/>
    502505        </fileset>
    503506        <fileset dir="${plugin.test.dir}/lib" erroronmissingdir="no">
Note: See TracChangeset for help on using the changeset viewer.