Ignore:
Timestamp:
01/29/2005 06:00:27 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
55d12bc
Parents:
2dde015
Message:

Added program/library descriptions and indexing tags to Apache Ant

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

File:
1 edited

Legend:

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

    r2dde015 r5e0f7f2  
    2020<?dbhtml filename="apache-ant.html"?>
    2121<title>Apache Ant-&apache-ant-version;</title>
     22<indexterm zone="apache-ant">
     23<primary sortas="a-Apache-Ant">Apache Ant</primary></indexterm>
    2224
    2325<sect2>
     
    6769
    6870<para>Note: you may need additional libraries to satisify the build
    69 requirements of various packages. Review the table at
     71requirements of various packages installed using
     72<application>Apache Ant</application>. Review the table at
    7073<ulink url="http://ant.apache.org/manual/install.html#librarydependencies"/>
    7174for any prerequisite libraries you may need. One such library is the
     
    8386commands:</para>
    8487
    85 <screen><userinput><command>patch -Np1 -i ../apache-ant-&apache-ant-version;-blfs_install-1.patch &amp;&amp;
    86 ./build.sh -Ddist.dir=/opt/ant-&apache-ant-version; dist &amp;&amp;
     88<screen><userinput><command>patch -Np1 -i ../apache-ant-&apache-ant-version;-blfs_install-1.patch</command></userinput></screen>
     89
     90<para>Now, as the root user:</para>
     91
     92<screen><userinput role='root'><command>./build.sh -Ddist.dir=/opt/ant-&apache-ant-version; dist &amp;&amp;
    8793ln -sf /etc/ant /opt/ant-&apache-ant-version;/etc &amp;&amp;
    8894ln -sf ant-&apache-ant-version; /opt/ant</command></userinput></screen>
     
    113119<title>Configuring <application>Apache Ant</application></title>
    114120
    115 <sect3><title>Config files</title>
     121<sect3 id="apache-ant-config"><title>Config files</title>
    116122<para><filename>/etc/ant/ant.conf</filename>,
    117123<filename>~/.ant/ant.conf</filename> and
    118124<filename>~/.antrc</filename></para>
     125<indexterm zone="apache-ant apache-ant-config">
     126<primary sortas="e-AA.ant-ant.conf">~/.ant/ant.conf</primary></indexterm>
     127<indexterm zone="apache-ant apache-ant-config">
     128<primary sortas="e-AA.antrc">~/.antrc</primary></indexterm>
     129<indexterm zone="apache-ant apache-ant-config">
     130<primary sortas="e-etc-ant-ant.conf">/etc/ant/ant.conf</primary></indexterm>
    119131</sect3>
    120132
     
    128140<screen><userinput>export PATH=$PATH:/opt/ant/bin
    129141export ANT_HOME=/opt/ant</userinput></screen>
    130 
    131142</sect3>
    132143
     
    136147<title>Contents</title>
    137148
    138 <para>The <application>Apache Ant</application> package contains
    139 <command>ant</command>,
    140 <command>antRun</command>,
    141 <command>antRun.pl</command>,
    142 <command>complete-ant-cmd.pl</command>,
    143 <command>runant.pl</command>,
    144 <command>runant.py</command> and
    145 <filename>*.jar</filename> files.</para>
    146 
    147 </sect2>
    148 
    149 <sect2><title>Description</title>
    150 
    151 <sect3><title>ant</title>
    152 <para><command>ant</command> is a <application>Java</application> based
    153 build tool used by many packages instead of the conventional
    154 <command>make</command> program.</para>
    155 </sect3>
     149<segmentedlist>
     150<segtitle>Installed Programs</segtitle>
     151<segtitle>Installed Libraries</segtitle>
     152<segtitle>Installed Directories</segtitle>
     153
     154<seglistitem>
     155<seg>ant, antRun, antRun.pl, complete-ant-cmd.pl, runant.pl and runant.py</seg>
     156<seg>ant-*.jar, xercesImpl.jar and xml-apis.jar</seg>
     157<seg>/etc/ant and /opt/ant-&apache-ant-version;</seg>
     158</seglistitem>
     159</segmentedlist>
     160
     161<variablelist>
     162<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     163<?dbfo list-presentation="list"?>
     164
     165<varlistentry id="ant">
     166<term><command>ant</command></term>
     167<listitem><para>is a <application>Java</application> based build tool used by
     168many packages instead of the conventional <command>make</command>
     169program.</para>
     170<indexterm zone="apache-ant ant">
     171<primary sortas="b-ant">ant</primary>
     172</indexterm></listitem>
     173</varlistentry>
     174
     175<varlistentry id="antRun">
     176<term><command>antRun</command></term>
     177<listitem><para>is a support script used to start <command>ant</command>
     178build scripts in a given directory.</para>
     179<indexterm zone="apache-ant antRun">
     180<primary sortas="b-antRun">antRun</primary>
     181</indexterm></listitem>
     182</varlistentry>
     183
     184<varlistentry id="antRun.pl">
     185<term><command>antRun.pl</command></term>
     186<listitem><para>is a <application>Perl</application> script that provides
     187similar functionality offered by the <command>antRun</command> script.</para>
     188<indexterm zone="apache-ant antRun.pl">
     189<primary sortas="b-antRun.pl">antRun.pl</primary>
     190</indexterm></listitem>
     191</varlistentry>
     192
     193<varlistentry id="complete-ant-cmd.pl">
     194<term><command>complete-ant-cmd.pl</command></term>
     195<listitem><para>is a <application>Perl</application> script that allows
     196<application>Bash</application> to complete an <command>ant</command>
     197command-line.</para>
     198<indexterm zone="apache-ant complete-ant-cmd.pl">
     199<primary sortas="b-complete-ant-cmd.pl">complete-ant-cmd.pl</primary>
     200</indexterm></listitem>
     201</varlistentry>
     202
     203<varlistentry id="runant.pl">
     204<term><command>runant.pl</command></term>
     205<listitem><para>is a <application>Perl</application> wrapper script used to
     206invoke <command>ant</command>.</para>
     207<indexterm zone="apache-ant runant.pl">
     208<primary sortas="b-runant.pl">runant.pl</primary>
     209</indexterm></listitem>
     210</varlistentry>
     211
     212<varlistentry id="runant.py">
     213<term><command>runant.py</command></term>
     214<listitem><para>is a <application>Python</application> wrapper script used to
     215invoke <command>ant</command>.</para>
     216<indexterm zone="apache-ant runant.py">
     217<primary sortas="b-runant.py">runant.py</primary>
     218</indexterm></listitem>
     219</varlistentry>
     220
     221<varlistentry id="ant-star">
     222<term><filename class='libraryfile'>ant-*.jar</filename></term>
     223<listitem><para>files are the <application>Apache Ant</application>
     224<application>Java</application> class libraries.</para>
     225<indexterm zone="apache-ant ant-star">
     226<primary sortas="c-ant-star">ant-*.jar</primary>
     227</indexterm></listitem>
     228</varlistentry>
     229
     230<varlistentry id="xercesImpl">
     231<term><filename class='libraryfile'>xercesImpl.jar</filename></term>
     232<listitem><para>is a <application>Java</application> class library used by
     233<application>Apache Ant</application> to perform <acronym>XML</acronym>
     234parsing.</para>
     235<indexterm zone="apache-ant xercesImpl">
     236<primary sortas="c-xercesImpl">xercesImpl.jar</primary>
     237</indexterm></listitem>
     238</varlistentry>
     239
     240<varlistentry id="xml-apis">
     241<term><filename class='libraryfile'>xml-apis.jar</filename></term>
     242<listitem><para>contains the <acronym>DOM</acronym>
     243<application>Java</application> classes required by the
     244<application>Apache Ant</application> <acronym>XML</acronym> formatter.</para>
     245<indexterm zone="apache-ant xml-apis">
     246<primary sortas="c-xml-apis">xml-apis.jar</primary>
     247</indexterm></listitem>
     248</varlistentry>
     249
     250</variablelist>
    156251
    157252</sect2>
Note: See TracChangeset for help on using the changeset viewer.