Changeset b7e1917
- Timestamp:
- 02/25/2018 02:20:19 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f161544
- Parents:
- b6fa7bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/junit.xml
rb6fa7bb rb7e1917 38 38 </para> 39 39 40 &lfs8 1_checked;40 &lfs82_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> … … 103 103 104 104 <screen><userinput>sed -i '\@/docs/@a<arg value="-Xdoclint:none"/>' build.xml</userinput></screen> 105 106 <para> 107 With <application>Java 9</application>, the minimum accepted code version 108 is 1.6. However, the build system passes <option>-source 1.5</option>, 109 while the junit code can perfectly be compiled for a Java 8 JVM. Change 110 that by issuing the following command: 111 </para> 112 113 <screen><userinput>sed -i 's/1\.5/1.8/' build.xml</userinput></screen> 105 114 106 115 <para>
Note:
See TracChangeset
for help on using the changeset viewer.