Ignore:
Timestamp:
2026-02-14T21:16:40+01:00 (5 days ago)
Author:
stoecker
Message:

fix #24638 - fix test build

File:
1 edited

Legend:

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

    r36488 r36489  
    627627                    <path refid="test.classpath"/>
    628628                    <pathelement path="${plugin.test.dir}/build/unit"/>
     629                    <path refid="plugin.classpath.actual"/>
    629630                </classpath>
    630631                <testclasses outputDir="${plugin.test.dir}/report">
     
    643644                        <jvmarg value="java.desktop/com.sun.imageio.spi=ALL-UNNAMED"  />
    644645                        <jvmarg value="-XX:+ShowCodeDetailsInExceptionMessages" if:set="isJava14" unless:set="isJava15" />
     646                        <jvmarg value="--enable-native-access=ALL-UNNAMED" />
    645647                        <sysproperty key="josm.home" value="../00_core_test_config/unit-josm.home"/>
    646648                        <sysproperty key="josm.test.data" value="${plugin.test.dir}/data"/>
Note: See TracChangeset for help on using the changeset viewer.