Changeset 36489 in osm


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

fix #24638 - fix test build

Location:
applications/editors/josm/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/MicrosoftStreetside/pom.xml

    r36483 r36489  
    2626    <java.lang.version>21</java.lang.version>
    2727    <plugin.requires>apache-commons;javafx</plugin.requires>
    28     <javafx.version>19</javafx.version>
     28    <javafx.version>21</javafx.version>
    2929  </properties>
    3030  <dependencies>
     
    6666      <scope>provided</scope>
    6767    </dependency>
     68    <dependency>
     69      <groupId>org.pdfsam</groupId>
     70      <artifactId>javafx-monocle</artifactId>
     71      <version>${javafx.version}</version>
     72      <scope>test</scope>
     73    </dependency>
    6874  </dependencies>
    6975  <build>
  • 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.