Ignore:
Timestamp:
10/30/2016 10:46:49 PM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
358c6d16
Parents:
c840bd37
Message:

Use Mavne repor for hamcrest download links, use indiviual profile.d file for Ant.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/junit.xml

    rc840bd37 rea7266a  
    6767        <para>
    6868          Required file: <ulink
    69              url="http://hamcrest.googlecode.com/files/hamcrest-&hamcrest-version;.tgz">
    70                   http://hamcrest.googlecode.com/files/hamcrest-&hamcrest-version;.tgz </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"/>
    7176        </para>
    7277      </listitem>
     
    104109    </para>
    105110
    106 <screen><userinput>tar -xf ../hamcrest-&hamcrest-version;.tgz                              &amp;&amp;
    107 cp -v hamcrest-&hamcrest-version;/hamcrest-core-&hamcrest-version;{,-sources}.jar lib/ &amp;&amp;
     111<screen><userinput>cp -v ../hamcrest-core-&hamcrest-version;{,-sources}.jar lib/ &amp;&amp;
    108112ant populate-dist</userinput></screen>
    109113
Note: See TracChangeset for help on using the changeset viewer.