Changeset 10048 in josm


Ignore:
Timestamp:
2016-03-26T19:20:27+01:00 (8 years ago)
Author:
Don-vip
Message:

see #11924 - add -XaddExports:java.base/sun.security.x509=ALL-UNNAMED JVM option for JDK9 tests (see http://mreinhold.org/blog/jigsaw-module-system). Requires Ant 1.9.1 or later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r10041 r10048  
    99**
    1010-->
    11 <project xmlns:as="antlib:org.codehaus.mojo.animal_sniffer" name="josm" default="dist" xmlns:jacoco="antlib:org.jacoco.ant">
     11<project xmlns:as="antlib:org.codehaus.mojo.animal_sniffer" name="josm" default="dist" xmlns:jacoco="antlib:org.jacoco.ant" xmlns:if="ant:if">
    1212    <target name="init-properties">
    1313        <!-- Load properties in a target and not at top level, so this build file can be
     
    388388                <junit printsummary="yes" fork="true" forkmode="once">
    389389                    <jvmarg value="-Dfile.encoding=UTF-8"/>
     390                        <jvmarg value="-XaddExports:java.base/sun.security.x509=ALL-UNNAMED" if:true="isJava9" />
    390391                    <sysproperty key="josm.home" value="${test.dir}/config/@{testfamily}-josm.home"/>
    391392                    <sysproperty key="josm.test.data" value="${test.dir}/data"/>
Note: See TracChangeset for help on using the changeset viewer.