Ignore:
Timestamp:
08/26/2018 04:52:45 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bba3fd3
Parents:
d31272d3
Message:

Update to Apache-Ant-1.10.4. Fixes #10896.
Update to Apache-Maven-3.5.4. Fixes #11062.
Fix build issue with junit-4.12. Fixes #10777.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20401 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/junit.xml

    rd31272d3 rfbd186f  
    3838    </para>
    3939
    40     &lfs82_checked;
     40    &lfs83_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161      </listitem>
    6262    </itemizedlist>
    63 <!-- maven downloads this for us:
    6463    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6564    <itemizedlist spacing="compact">
    6665      <listitem>
    6766        <para>
    68           Required file: <ulink
    69              url="http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/&hamcrest-version;/hamcrest-core-&hamcrest-version;.jar"/>
    70         </para>
    71       </listitem>
    72       <listitem>
    73         <para>
    74           Required file: <ulink
    75              url="http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/&hamcrest-version;/hamcrest-core-&hamcrest-version;-sources.jar"/>
     67          Required patch: <ulink
     68             url="&patch-root;/junit/junit4-&junit-version;-simplify_NoExitSecurityManager-1.patch"/>
    7669        </para>
    7770      </listitem>
    7871    </itemizedlist>
    79 -->
     72
    8073    <bridgehead renderas="sect3">JUnit Dependencies</bridgehead>
    8174
     
    9487    <title>Installation of JUnit</title>
    9588    <para>
    96       First remove a test, which fails with <application>Java 9</application>.
     89      First remove a test, which fails with <application>Java 10</application>.
    9790    </para>
    9891
    9992<screen><userinput>sed -e '/MethodsSorted/i    @Ignore' \
    10093    -i src/test/java/org/junit/runners/model/TestClassTest.java</userinput></screen>
     94
     95    <para>
     96      Replace deprecated SecurityManager code:
     97    </para>
     98
     99<screen><userinput>patch -Np1 -i ../junit4-&junit-version;-simplify_NoExitSecurityManager-1.patch</userinput></screen>
    101100
    102101    <para>
Note: See TracChangeset for help on using the changeset viewer.