Author: randy
Date: 2010-11-11 18:43:56 -0700 (Thu, 11 Nov 2010)
New Revision: 8682

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/sysutils/apache-ant.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to Apache-Ant-1.8.1

Modified: trunk/BOOK/general/sysutils/apache-ant.xml
===================================================================
--- trunk/BOOK/general/sysutils/apache-ant.xml  2010-11-12 00:59:28 UTC (rev 
8681)
+++ trunk/BOOK/general/sysutils/apache-ant.xml  2010-11-12 01:43:56 UTC (rev 
8682)
@@ -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 @@
     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 @@
     <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>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-11-12 00:59:28 UTC (rev 8681)
+++ trunk/BOOK/general.ent      2010-11-12 01:43:56 UTC (rev 8682)
@@ -273,7 +273,7 @@
 <!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">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2010-11-12 00:59:28 UTC 
(rev 8681)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2010-11-12 01:43:56 UTC 
(rev 8682)
@@ -45,6 +45,9 @@
       <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>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to