Changeset 9b9be0d


Ignore:
Timestamp:
03/06/2010 05:43:20 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
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:
ffc584a3
Parents:
f3eefa7
Message:

Updated to Apache Ant-1.8.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf3eefa7 r9b9be0d  
    248248<!ENTITY mc-version                   "4.6.1">
    249249<!ENTITY sysstat-version              "9.0.6">
    250 <!ENTITY apache-ant-version           "1.7.1">
     250<!ENTITY apache-ant-version           "1.8.0">
    251251<!ENTITY dbus-version                 "1.2.16">
    252252<!ENTITY hal-version                  "0.5.12">
  • general/sysutils/apache-ant.xml

    rf3eefa7 r9b9be0d  
    77  <!ENTITY apache-ant-download-http "http://www.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2">
    88  <!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        "0d68db4a1ada5c91bcbf53cefd0c2fd7">
    10   <!ENTITY apache-ant-size          "6.8 MB">
    11   <!ENTITY apache-ant-buildsize     "109 MB">
    12   <!ENTITY apache-ant-time          "0.4 SBU">
     9  <!ENTITY apache-ant-md5sum        "10270c71a5fe12f9b9c8d3be3ba1594e">
     10  <!ENTITY apache-ant-size          "7.1 MB">
     11  <!ENTITY apache-ant-buildsize     "119 MB">
     12  <!ENTITY apache-ant-time          "0.5 SBU">
    1313]>
    1414
     
    114114    commands:</para>
    115115
    116 <screen><userinput>sed -i 's|${dist.dir}/etc|/etc/ant|'        build.xml
    117 sed -i 's|/etc/ant.conf|/etc/ant/ant.conf|' src/script/ant</userinput></screen>
     116<screen><userinput>sed -i 's|${dist.dir}/etc|/etc/ant|'        build.xml &amp;&amp;
     117sed -i 's|/etc/ant.conf|/etc/ant/ant.conf|' src/script/ant &amp;&amp;
     118cp -v /usr/share/junit-&junit-version;/&junit-version;.jar \
     119      lib/optional/junit.jar</userinput></screen>
    118120
    119121    <para>The unit regression tests are performed during the build step below
     
    137139    directory to <filename class='directory'>/etc/ant</filename> to conform
    138140    with FHS guidelines.</para>
     141
     142    <para><command>cp -v /usr/share/junit-&junit-version;/&junit-version;.jar ...</command>:
     143    This command copies the JUnit jar file into the directory where Apache Ant
     144    will look for it.</para>
    139145
    140146    <para><command>./build.sh -Ddist.dir=/opt/ant-&apache-ant-version;
  • introduction/welcome/changelog.xml

    rf3eefa7 r9b9be0d  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Apache Ant-1.8.0.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to HTML Tidy-cvs_20100306.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.