Changeset e8edecd


Ignore:
Timestamp:
10/22/2012 09:46:19 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
651ce9fc
Parents:
f533b0d
Message:

Update to apache-ant-1.8.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf533b0d re8edecd  
    347347
    348348<!-- Chapter 12 -->
    349 <!ENTITY apache-ant-version           "1.8.3">
     349<!ENTITY apache-ant-version           "1.8.4">
    350350<!ENTITY at-version                   "3.1.13">
    351351<!ENTITY autofs-version               "5.0.7">
  • general/sysutils/apache-ant.xml

    rf533b0d re8edecd  
    66
    77  <!ENTITY apache-ant-download-http "http://archive.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2">
    8   <!ENTITY apache-ant-download-ftp  "ftp://anduin.linuxfromscratch.org/BLFS/svn/a/apache-ant-&apache-ant-version;-src.tar.bz2">
    9   <!ENTITY apache-ant-md5sum        "d7e0bdd538481b7c15dfb7fbcdd81b0e">
     8  <!ENTITY apache-ant-download-ftp  " ">
     9  <!ENTITY apache-ant-md5sum        "c474fa9d0c35a24037c23b6e476862c1">
    1010  <!ENTITY apache-ant-size          "3.2 MB">
    11   <!ENTITY apache-ant-buildsize     "67 MB">
     11  <!ENTITY apache-ant-buildsize     "66 MB">
    1212  <!ENTITY apache-ant-time          "0.4 SBU">
    1313]>
     
    9999<screen><userinput>sed -i 's;jars,test-jar;jars;' build.xml</userinput></screen>
    100100
     101    <para>otherwise copy the <application>junit</application> jar file to the
     102    local directory tree.</para>
     103
     104<screen><userinput>cp -v /usr/share/junit-&junit-version;/junit-&junit-version;.jar lib/optional/junit.jar</userinput></screen>
     105
    101106    <para>Install <application>Apache Ant</application> by running the following
    102107    commands:</para>
    103 
    104 <screen><userinput>sed -i 's|${dist.dir}/etc|/etc/ant|'        build.xml &amp;&amp;
    105 sed -i 's|/etc/ant.conf|/etc/ant/ant.conf|' src/script/ant &amp;&amp;
    106 cp -v /usr/share/junit-&junit-version;/junit-&junit-version;.jar lib/optional/junit.jar</userinput></screen>
    107108
    108109    <para>The unit regression tests are performed during the build step below
     
    111112
    112113<screen role="root"><userinput>./build.sh -Ddist.dir=/opt/ant-&apache-ant-version; dist &amp;&amp;
    113 ln -v -sf /etc/ant /opt/ant-&apache-ant-version;/etc &amp;&amp;
    114 ln -v -sf ant-&apache-ant-version; /opt/ant</userinput></screen>
     114ln -v -sfn ant-&apache-ant-version; /opt/ant</userinput></screen>
     115
     116  <note><para>Make sure the JAVA_HOME environment variable is set for the
     117  <systemitem class="username">root</systemitem> user.</para></note>
    115118
    116119  </sect2>
     
    122125    <application>JUnit</application> package is not installed, the regression
    123126    tests cannot be performed.</para>
    124 
    125     <para><command>sed ...</command>: These commands change the configuration
    126     directory to <filename class='directory'>/etc/ant</filename> to conform
    127     with FHS guidelines.</para>
    128127
    129128    <para><command>cp -v
     
    137136    <filename class='directory'>/opt/ant-&apache-ant-version;</filename>.</para>
    138137
    139     <para><command>ln -v -sf /etc/ant /opt/ant-&apache-ant-version;/etc</command>:
    140     The <command>sed</command> commands change the configuration directory to
    141     <filename class='directory'>/etc/ant</filename> and this command creates a
    142     symlink from the configuration directory back to the installation directory
    143     as the package is expecting to find some files there.</para>
    144 
    145     <para><command>ln -v -sf ant-&apache-ant-version; /opt/ant</command>: This
     138    <para><command>ln -v -sfn ant-&apache-ant-version; /opt/ant</command>: This
    146139    command is optional, and creates a convenience symlink.</para>
    147140
     
    198191      <seglistitem>
    199192        <seg>ant, antRun, antRun.pl, complete-ant-cmd.pl, runant.pl, and runant.py</seg>
    200         <seg>ant.jar, ant-*.jar, xercesImpl.jar, and xml-apis.jar</seg>
    201         <seg>/etc/ant and /opt/ant-&apache-ant-version;</seg>
     193        <seg>ant*.jar</seg>
     194        <seg>/opt/ant-&apache-ant-version;</seg>
    202195      </seglistitem>
    203196    </segmentedlist>
     
    277270
    278271      <varlistentry id="ant-star">
    279         <term><filename class='libraryfile'>ant-*.jar</filename></term>
     272        <term><filename class='libraryfile'>ant*.jar</filename></term>
    280273        <listitem>
    281274          <para>files are the <application>Apache Ant</application>
     
    287280      </varlistentry>
    288281
    289       <varlistentry id="xercesImpl">
    290         <term><filename class='libraryfile'>xercesImpl.jar</filename></term>
    291         <listitem>
    292           <para>is a <application>Java</application> class library used by
    293           <application>Apache Ant</application> to perform XML parsing.</para>
    294           <indexterm zone="apache-ant xercesImpl">
    295             <primary sortas="c-xercesImpl">xercesImpl.jar</primary>
    296           </indexterm>
    297         </listitem>
    298       </varlistentry>
    299 
    300       <varlistentry id="xml-apis">
    301         <term><filename class='libraryfile'>xml-apis.jar</filename></term>
    302         <listitem>
    303           <para>contains the DOM <application>Java</application> classes required
    304           by the <application>Apache Ant</application> XML formatter.</para>
    305           <indexterm zone="apache-ant xml-apis">
    306             <primary sortas="c-xml-apis">xml-apis.jar</primary>
    307           </indexterm>
    308         </listitem>
    309       </varlistentry>
    310 
    311282    </variablelist>
    312283
  • introduction/welcome/changelog.xml

    rf533b0d re8edecd  
    4949      <itemizedlist>
    5050        <listitem>
    51           <para>[bdubbs] - Update to OpenJDJ-1.7.0.9/IcedTea-2.3.3. Fixes
    52           <ulink url="&blfs-ticket-root;3619">#3619</ulink>.</para>
     51          <para>[bdubbs] - Update to apache-ant-1.8.4. Fixes
     52          <ulink url="&blfs-ticket-root;3527">#3527</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to OpenJDK-1.7.0.9/IcedTea-2.3.3. Fixes
     56          <ulink url="&blfs-ticket-root;3564">#3564</ulink>.</para>
    5357        </listitem>
    5458        <listitem>
Note: See TracChangeset for help on using the changeset viewer.