Ignore:
Timestamp:
2017-05-27T03:00:22+02:00 (7 years ago)
Author:
donvip
Message:

add missing Java 9 options for unit tests

File:
1 edited

Legend:

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

    r33333 r33339  
    486486                    <jvmarg value="--add-opens" if:set="isJava9" />
    487487                    <jvmarg value="java.base/java.lang.reflect=ALL-UNNAMED" if:set="isJava9" />
     488                    <jvmarg value="--add-opens" if:set="isJava9" />
     489                    <jvmarg value="java.desktop/javax.imageio.spi=ALL-UNNAMED" if:set="isJava9" />
     490                    <jvmarg value="--add-exports" if:set="isJava9" />
     491                    <jvmarg value="java.desktop/com.sun.imageio.spi=ALL-UNNAMED" if:set="isJava9" />
    488492                    <sysproperty key="josm.home" value="../00_core_test_config/unit-josm.home"/>
    489493                    <sysproperty key="josm.test.data" value="${plugin.test.dir}/data"/>
Note: See TracChangeset for help on using the changeset viewer.