Changeset 66ab31e


Ignore:
Timestamp:
12/27/2008 08:18:29 PM (15 years ago)
Author:
Thomas Trepl <thomas@…>
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:
8d29795
Parents:
f77090d0
Message:

Updated to Ant-1.7.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf77090d0 r66ab31e  
    200200<!ENTITY mc-version                   "4.6.1">
    201201<!ENTITY sysstat-version              "7.0.4">
    202 <!ENTITY apache-ant-version           "1.7.0">
     202<!ENTITY apache-ant-version           "1.7.1">
    203203<!ENTITY dbus-version                 "1.2.4">
    204204<!ENTITY hal-version                  "0.5.9.1">
  • general/sysutils/apache-ant.xml

    rf77090d0 r66ab31e  
    88  <!-- <!ENTITY apache-ant-download-ftp  "ftp://ftp.oregonstate.edu/pub/apache/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2"> -->
    99  <!ENTITY apache-ant-download-ftp  " ">
    10   <!ENTITY apache-ant-md5sum        "22b378e27ab300e4d73bf09d91c7e2a6">
     10  <!ENTITY apache-ant-md5sum        "0d68db4a1ada5c91bcbf53cefd0c2fd7">
    1111  <!ENTITY apache-ant-size          "6.8 MB">
    1212  <!ENTITY apache-ant-buildsize     "109 MB">
     
    7373
    7474    <bridgehead renderas="sect4">Required</bridgehead>
    75     <para role="required"><xref linkend="jdk"/> and
    76     <xref linkend="junit"/></para>
     75    <para role="required"><xref linkend="jdk"/></para>
     76
     77    <bridgehead renderas="sect4">Recommended</bridgehead>
     78    <para role="recommended"><xref linkend="junit"/></para>
    7779
    7880    <para condition="html" role="usernotes">User Notes:
     
    103105    </note>
    104106
     107    <para>If the recommendation of having <application>JUnit</application> installed
     108      cannot be matched, <application>Apache Ant</application> can be installed
     109      anyway but the tests cannot be performed. Remove the reference to
     110      the test instructions by running the following command:</para>
     111
     112<screen><userinput>sed -i 's;jars,test-jar;jars;' build.xml</userinput></screen>
     113
    105114    <para>Install <application>Apache Ant</application> by running the following
    106115    commands:</para>
     
    109118sed -i 's|/etc/ant.conf|/etc/ant/ant.conf|' src/script/ant</userinput></screen>
    110119
    111     <para>The unit regression tests are performed in the build step below.</para>
     120    <para>The unit regression tests are performed in the build step below except
     121      the first <command>sed</command> has been executed.</para>
    112122
    113123    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    121131  <sect2 role="commands">
    122132    <title>Command Explanations</title>
     133
     134    <para><command>sed -i 's;jars...</command>: If <application>JUnit</application> package
     135      is not installed, the regression tests cannot be performed.</para>
    123136
    124137    <para><command>sed ...</command>: These commands change the configuration
  • introduction/welcome/changelog.xml

    rf77090d0 r66ab31e  
    5151            CVE-2008-5187.</para>
    5252        </listitem>
     53        <listitem>
     54          <para>[thomas] - Updated to Ant-1.7.1</para>
     55        </listitem>
    5356      </itemizedlist>
    5457    </listitem>
Note: See TracChangeset for help on using the changeset viewer.