Changeset 10258 in josm
- Timestamp:
- 2016-05-21T03:12:43+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r10257 r10258 700 700 includeantruntime="false" createMissingPackageInfoClass="false" 701 701 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" />704 702 </javac> 705 703 </target> … … 717 715 </classpath> 718 716 <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" /> 719 719 </java> 720 720 </target>
Note:
See TracChangeset
for help on using the changeset viewer.