mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to Apache-Ant-1.8.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8682 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
48bd327028
commit
e54930443e
@ -273,7 +273,7 @@ $Date$
|
||||
<!ENTITY cpio-version "2.11">
|
||||
<!ENTITY mc-version "4.6.1">
|
||||
<!ENTITY sysstat-version "9.0.6">
|
||||
<!ENTITY apache-ant-version "1.8.0">
|
||||
<!ENTITY apache-ant-version "1.8.1">
|
||||
<!ENTITY dbus-version "1.2.16">
|
||||
<!ENTITY hal-version "0.5.14">
|
||||
<!ENTITY udev-version "151">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY apache-ant-download-http "http://www.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2">
|
||||
<!ENTITY apache-ant-download-ftp "ftp://anduin.linuxfromscratch.org/BLFS/svn/a/apache-ant-&apache-ant-version;-src.tar.bz2">
|
||||
<!ENTITY apache-ant-md5sum "10270c71a5fe12f9b9c8d3be3ba1594e">
|
||||
<!ENTITY apache-ant-size "7.1 MB">
|
||||
<!ENTITY apache-ant-md5sum "8c31b30f6b9863d1fef4bdf484fc8507">
|
||||
<!ENTITY apache-ant-size "5.8 MB">
|
||||
<!ENTITY apache-ant-buildsize "119 MB">
|
||||
<!ENTITY apache-ant-time "0.5 SBU">
|
||||
<!ENTITY apache-ant-time "0.4 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="apache-ant" xreflabel="Apache Ant-&apache-ant-version;">
|
||||
@ -30,13 +30,14 @@
|
||||
<title>Introduction to Apache Ant</title>
|
||||
|
||||
<para>The <application>Apache Ant</application> package is a
|
||||
<application>Java</application>-based build tool. In theory, it is kind of like
|
||||
<command>make</command>, but without <command>make</command>'s wrinkles.
|
||||
Ant is different. Instead of a model where it is extended with shell-based commands,
|
||||
Ant is extended using <application>Java</application> classes. Instead of writing
|
||||
shell commands, the configuration files are XML-based, calling out a target tree where
|
||||
various tasks get executed. Each task is run by an object that implements a
|
||||
particular task interface.</para>
|
||||
<application>Java</application>-based build tool. In theory, it is kind of
|
||||
like <command>make</command>, but without <command>make</command>'s
|
||||
wrinkles. <application>Ant</application> is different. Instead of a model
|
||||
that is extended with shell-based commands, <application>Ant</application>
|
||||
is extended using <application>Java</application> classes. Instead of
|
||||
writing shell commands, the configuration files are XML-based, calling out
|
||||
a target tree that executes various tasks. Each task is run by an object
|
||||
that implements a particular task interface.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -140,7 +141,8 @@ ln -v -sf ant-&apache-ant-version; /opt/ant</userinput></screen>
|
||||
directory to <filename class='directory'>/etc/ant</filename> to conform
|
||||
with FHS guidelines.</para>
|
||||
|
||||
<para><command>cp -v /usr/share/junit-&junit-version;/&junit-version;.jar ...</command>:
|
||||
<para><command>cp -v
|
||||
/usr/share/junit-&junit-version;/&junit-version;.jar ...</command>:
|
||||
This command copies the JUnit jar file into the directory where Apache Ant
|
||||
will look for it.</para>
|
||||
|
||||
@ -187,9 +189,9 @@ ln -v -sf ant-&apache-ant-version; /opt/ant</userinput></screen>
|
||||
<sect3>
|
||||
<title>Configuration Information</title>
|
||||
|
||||
<para>Some packages will require <command>ant</command> to be in the search
|
||||
path and the <envar>$ANT_HOME</envar> environment variable defined.
|
||||
Satisfy these requirements by adding the following lines to
|
||||
<para>Some packages will require <command>ant</command> to be in the
|
||||
search path and the <envar>$ANT_HOME</envar> environment variable
|
||||
defined. Satisfy these requirements by adding the following lines to
|
||||
<filename>/etc/profile</filename> or to individual user's
|
||||
<filename>~/.profile</filename> or <filename>~/.bashrc</filename> files:</para>
|
||||
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>November 12th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to Apache-Ant-1.8.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to FOP-1.0.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user