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/apache-ant.xml

    rc840bd37 rea7266a  
    6969        <para>
    7070          Required file: <ulink
    71              url="&sources-anduin-http;/other/junit-&junit-version;.jar">
    72                   &sources-anduin-http;/other/junit-&junit-version;.jar</ulink>
     71             url="http://repo1.maven.org/maven2/junit/junit/&junit-version;/junit-&junit-version;.jar"/>
    7372        </para>
    7473      </listitem>
     
    7675        <para>
    7776          Required file: <ulink
    78              url="http://hamcrest.googlecode.com/files/hamcrest-&hamcrest-version;.tgz">
    79                   http://hamcrest.googlecode.com/files/hamcrest-&hamcrest-version;.tgz </ulink>
     77             url="http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/&hamcrest-version;/hamcrest-core-&hamcrest-version;.jar"/>
    8078        </para>
    8179      </listitem>
     
    123121    local directory tree.</para>
    124122
    125 <screen><userinput>tar -xvf ../hamcrest-&hamcrest-version;.tgz &amp;&amp;
    126 cp -v ../junit-&junit-version;.jar \
    127       hamcrest-&hamcrest-version;/hamcrest-core-&hamcrest-version;.jar lib/optional</userinput></screen>
     123<screen><userinput>cp -v ../junit-&junit-version;.jar \
     124      ../hamcrest-core-&hamcrest-version;.jar lib/optional</userinput></screen>
    128125
    129126    <para>Install <application>Apache Ant</application> by running the following
     
    191188      class="username">root</systemitem> user:</para>
    192189
    193 <screen role="root"><userinput>cat &gt;&gt; /etc/profile.d/extrapaths.sh &lt;&lt; EOF
    194 <literal>
    195 # Begin Apache-ant addition
     190<screen role="root"><userinput>cat &gt; /etc/profile.d/ant.sh &lt;&lt; EOF
     191<literal># Begin /etc/profile.d/ant.sh
    196192
    197193pathappend /opt/ant/bin
    198194export ANT_HOME=/opt/ant
    199195
    200 # End Apache-ant addition
    201 </literal>
     196# End /etc/profile.d/ant.sh</literal>
    202197EOF</userinput></screen>
    203198
Note: See TracChangeset for help on using the changeset viewer.