Changeset 18673 in josm for trunk/build.xml


Ignore:
Timestamp:
2023-02-21T22:53:08+01:00 (3 years ago)
Author:
taylor.smock
Message:

Ensure that the test META-INF/services directory is actually available on the test class

This should ensure that automatically registered extensions actually get run
in Eclipse and ant (IDEA autodiscovers them, assuming that the test/data
folder has been set as a resource folder). This only affects extensions from
JOSM, not from dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r18587 r18673  
    415415                </classpath>
    416416            </javac>
     417            <copy todir="${test.dir}/build/@{testfamily}/META-INF">
     418              <fileset dir="${test.dir}/data/META-INF"/>
     419            </copy>
    417420        </sequential>
    418421    </macrodef>
Note: See TracChangeset for help on using the changeset viewer.