Changeset 10264 in josm for trunk


Ignore:
Timestamp:
2016-05-22T01:38:38+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11924 - add -addmods to access javax.xml.bind module used in JMapViewer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r10262 r10264  
    388388                <junit printsummary="yes" fork="true" forkmode="once">
    389389                    <jvmarg value="-Dfile.encoding=UTF-8"/>
     390                    <jvmarg value="-addmods jdk.xml.bind" if:set="isJava9" />
    390391                    <jvmarg value="-XaddExports:java.base/sun.security.util=ALL-UNNAMED" if:set="isJava9" />
    391392                    <jvmarg value="-XaddExports:java.base/sun.security.x509=ALL-UNNAMED" if:set="isJava9" />
Note: See TracChangeset for help on using the changeset viewer.