Ignore:
Timestamp:
01/27/2016 11:21:15 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
1e76622
Parents:
a7e1ac8
Message:

Merge Chapter 13 from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16861 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/apache-ant.xml

    ra7e1ac8 r2037ec4  
    77  <!ENTITY apache-ant-download-http "https://archive.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2">
    88  <!ENTITY apache-ant-download-ftp  " ">
    9   <!ENTITY apache-ant-md5sum        "1eddcf051c8a7010c46ca940c63d478d">
     9  <!ENTITY apache-ant-md5sum        "a2d6094af9d1b59b49378b61b2874a22">
    1010  <!ENTITY apache-ant-size          "3.6 MB">
    11   <!ENTITY apache-ant-buildsize     "183 MB">
     11  <!ENTITY apache-ant-buildsize     "113 MB">
    1212  <!ENTITY apache-ant-time          "0.3 SBU">
    1313]>
     
    4040    that implements a particular task interface.</para>
    4141
    42     &lfs77_checked;
     42    &lfs78_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    108108      <application>Apache Ant</application>. Review the table at
    109109      <ulink url="http://ant.apache.org/manual/install.html#librarydependencies"/>
    110       for any prerequisite libraries you may need. Place any needed libraries 
     110      for any prerequisite libraries you may need. Place any needed libraries
    111111      in <filename>lib/optional</filename>.</para>
    112112    </note>
     
    135135
    136136<screen role="root"><userinput>./build.sh -Ddist.dir=/opt/ant-&apache-ant-version; dist &amp;&amp;
    137 ln -sfvn ant-&apache-ant-version; /opt/ant</userinput></screen>
     137ln -v -sfn ant-&apache-ant-version; /opt/ant</userinput></screen>
    138138
    139139    <note><para>Make sure the JAVA_HOME environment variable is set for the
     
    147147    <para><command>cp -v ... lib/optional</command>:
    148148    This command copies the JUnit and hamcrest jar files into the directory where
    149     Apache Ant will look for it.</para>
     149    Apache Ant will look for them.</para>
    150150
    151151    <para><command>./build.sh -Ddist.dir=/opt/ant-&apache-ant-version;
     
    154154    <filename class='directory'>/opt/ant-&apache-ant-version;</filename>.</para>
    155155
    156     <para><command>ln -sfvn ant-&apache-ant-version; /opt/ant</command>: This
     156    <para><command>ln -v -sfn ant-&apache-ant-version; /opt/ant</command>: This
    157157    command is optional, and creates a convenience symlink.</para>
    158158
     
    192192
    193193<screen role="root"><userinput>cat &gt;&gt; /etc/profile.d/extrapaths.sh &lt;&lt; EOF
    194 <literal># Begin Apache-ant addition
     194<literal>
     195# Begin Apache-ant addition
    195196
    196197pathappend /opt/ant/bin
    197198export ANT_HOME=/opt/ant
    198199
    199 # End Apache-ant addition</literal>
     200# End Apache-ant addition
     201</literal>
    200202EOF</userinput></screen>
    201203
Note: See TracChangeset for help on using the changeset viewer.