Changeset e549304 for general/sysutils


Ignore:
Timestamp:
11/12/2010 01:43:56 AM (13 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:
50929e8
Parents:
48bd327
Message:

Updated to Apache-Ant-1.8.1

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

File:
1 edited

Legend:

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

    r48bd327 re549304  
    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        "10270c71a5fe12f9b9c8d3be3ba1594e">
    10   <!ENTITY apache-ant-size          "7.1 MB">
     9  <!ENTITY apache-ant-md5sum        "8c31b30f6b9863d1fef4bdf484fc8507">
     10  <!ENTITY apache-ant-size          "5.8 MB">
    1111  <!ENTITY apache-ant-buildsize     "119 MB">
    12   <!ENTITY apache-ant-time          "0.5 SBU">
     12  <!ENTITY apache-ant-time          "0.4 SBU">
    1313]>
    1414
     
    3131
    3232    <para>The <application>Apache Ant</application> package is a
    33     <application>Java</application>-based build tool. In theory, it is kind of like
    34     <command>make</command>, but without <command>make</command>'s wrinkles.
    35     Ant is different. Instead of a model where it is extended with shell-based commands,
    36     Ant is extended using <application>Java</application> classes. Instead of writing
    37     shell commands, the configuration files are XML-based, calling out a target tree where
    38     various tasks get executed. Each task is run by an object that implements a
    39     particular task interface.</para>
     33    <application>Java</application>-based build tool. In theory, it is kind of
     34    like <command>make</command>, but without <command>make</command>'s
     35    wrinkles. <application>Ant</application> is different. Instead of a model
     36    that is extended with shell-based commands, <application>Ant</application>
     37    is extended using <application>Java</application> classes. Instead of
     38    writing shell commands, the configuration files are XML-based, calling out
     39    a target tree that executes various tasks. Each task is run by an object
     40    that implements a particular task interface.</para>
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    141142    with FHS guidelines.</para>
    142143
    143     <para><command>cp -v /usr/share/junit-&junit-version;/&junit-version;.jar ...</command>:
     144    <para><command>cp -v
     145    /usr/share/junit-&junit-version;/&junit-version;.jar ...</command>:
    144146    This command copies the JUnit jar file into the directory where Apache Ant
    145147    will look for it.</para>
     
    188190      <title>Configuration Information</title>
    189191
    190       <para>Some packages will require <command>ant</command> to be in the search
    191       path and the <envar>$ANT_HOME</envar> environment variable defined.
    192       Satisfy these requirements by adding the following lines to
     192      <para>Some packages will require <command>ant</command> to be in the
     193      search path and the <envar>$ANT_HOME</envar> environment variable
     194      defined. Satisfy these requirements by adding the following lines to
    193195      <filename>/etc/profile</filename> or to individual user's
    194196      <filename>~/.profile</filename> or <filename>~/.bashrc</filename> files:</para>
Note: See TracChangeset for help on using the changeset viewer.