Changeset 5e0f7f2
- Timestamp:
- 01/29/2005 06:00:27 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 55d12bc
- Parents:
- 2dde015
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/apache-ant.xml
r2dde015 r5e0f7f2 20 20 <?dbhtml filename="apache-ant.html"?> 21 21 <title>Apache Ant-&apache-ant-version;</title> 22 <indexterm zone="apache-ant"> 23 <primary sortas="a-Apache-Ant">Apache Ant</primary></indexterm> 22 24 23 25 <sect2> … … 67 69 68 70 <para>Note: you may need additional libraries to satisify the build 69 requirements of various packages. Review the table at 71 requirements of various packages installed using 72 <application>Apache Ant</application>. Review the table at 70 73 <ulink url="http://ant.apache.org/manual/install.html#librarydependencies"/> 71 74 for any prerequisite libraries you may need. One such library is the … … 83 86 commands:</para> 84 87 85 <screen><userinput><command>patch -Np1 -i ../apache-ant-&apache-ant-version;-blfs_install-1.patch && 86 ./build.sh -Ddist.dir=/opt/ant-&apache-ant-version; dist && 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 && 87 93 ln -sf /etc/ant /opt/ant-&apache-ant-version;/etc && 88 94 ln -sf ant-&apache-ant-version; /opt/ant</command></userinput></screen> … … 113 119 <title>Configuring <application>Apache Ant</application></title> 114 120 115 <sect3 ><title>Config files</title>121 <sect3 id="apache-ant-config"><title>Config files</title> 116 122 <para><filename>/etc/ant/ant.conf</filename>, 117 123 <filename>~/.ant/ant.conf</filename> and 118 124 <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> 119 131 </sect3> 120 132 … … 128 140 <screen><userinput>export PATH=$PATH:/opt/ant/bin 129 141 export ANT_HOME=/opt/ant</userinput></screen> 130 131 142 </sect3> 132 143 … … 136 147 <title>Contents</title> 137 148 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 168 many packages instead of the conventional <command>make</command> 169 program.</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> 178 build 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 187 similar 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> 197 command-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 206 invoke <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 215 invoke <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> 234 parsing.</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> 156 251 157 252 </sect2> -
introduction/welcome/changelog.xml
r2dde015 r5e0f7f2 25 25 <listitem><para>January 29th, 2005 [randy]: Added vulnerability fix patch to 26 26 Bind instructions and bumped version entities to 9.3.0p1; added MD5 sum to 27 DocBook-utils instructions.</para></listitem> 27 DocBook-utils instructions; added program and library descriptions to 28 Apache Ant.</para></listitem> 28 29 29 30 <listitem><para>January 28th, 2005 [randy]: Updated to hdparm-5.8,
Note:
See TracChangeset
for help on using the changeset viewer.