Changeset 10262 in josm


Ignore:
Timestamp:
2016-05-21T17:53:48+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11924 - add -XaddExports to access javax.xml.bind.DatatypeConverter used in JMapViewer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r10260 r10262  
    390390                    <jvmarg value="-XaddExports:java.base/sun.security.util=ALL-UNNAMED" if:set="isJava9" />
    391391                    <jvmarg value="-XaddExports:java.base/sun.security.x509=ALL-UNNAMED" if:set="isJava9" />
     392                    <jvmarg value="-XaddExports:jdk.xml.bind/javax.xml.bind=ALL-UNNAMED" if:set="isJava9" />
    392393                    <sysproperty key="josm.home" value="${test.dir}/config/@{testfamily}-josm.home"/>
    393394                    <sysproperty key="josm.test.data" value="${test.dir}/data"/>
Note: See TracChangeset for help on using the changeset viewer.