Changeset 10258 in josm


Ignore:
Timestamp:
2016-05-21T03:12:43+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11924 - correct workaround for https://bz.apache.org/bugzilla/show_bug.cgi?id=59556

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r10257 r10258  
    700700            includeantruntime="false" createMissingPackageInfoClass="false"
    701701            encoding="UTF-8" classpath="${proj-classpath}">
    702             <!-- workaround to https://bz.apache.org/bugzilla/show_bug.cgi?id=59556 -->
    703             <compilerarg value="-XaddExports:java.base/jdk.internal.reflect=ALL-UNNAMED" compiler="javac1.9" />
    704702        </javac>
    705703    </target>
     
    717715            </classpath>
    718716            <arg value="${base.dir}"/>
     717            <!-- workaround to https://bz.apache.org/bugzilla/show_bug.cgi?id=59556 -->
     718            <jvmarg value="-XaddExports:java.base/jdk.internal.reflect=ALL-UNNAMED" if:set="isJava9" />
    719719        </java>
    720720    </target>
Note: See TracChangeset for help on using the changeset viewer.