Author: randy Date: 2010-03-06 10:43:20 -0700 (Sat, 06 Mar 2010) New Revision: 8292
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.0 Modified: trunk/BOOK/general/sysutils/apache-ant.xml =================================================================== --- trunk/BOOK/general/sysutils/apache-ant.xml 2010-03-06 17:23:39 UTC (rev 8291) +++ trunk/BOOK/general/sysutils/apache-ant.xml 2010-03-06 17:43:20 UTC (rev 8292) @@ -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 "0d68db4a1ada5c91bcbf53cefd0c2fd7"> - <!ENTITY apache-ant-size "6.8 MB"> - <!ENTITY apache-ant-buildsize "109 MB"> - <!ENTITY apache-ant-time "0.4 SBU"> + <!ENTITY apache-ant-md5sum "10270c71a5fe12f9b9c8d3be3ba1594e"> + <!ENTITY apache-ant-size "7.1 MB"> + <!ENTITY apache-ant-buildsize "119 MB"> + <!ENTITY apache-ant-time "0.5 SBU"> ]> <sect1 id="apache-ant" xreflabel="Apache Ant-&apache-ant-version;"> @@ -113,8 +113,10 @@ <para>Install <application>Apache Ant</application> by running the following commands:</para> -<screen><userinput>sed -i 's|${dist.dir}/etc|/etc/ant|' build.xml -sed -i 's|/etc/ant.conf|/etc/ant/ant.conf|' src/script/ant</userinput></screen> +<screen><userinput>sed -i 's|${dist.dir}/etc|/etc/ant|' build.xml && +sed -i 's|/etc/ant.conf|/etc/ant/ant.conf|' src/script/ant && +cp -v /usr/share/junit-&junit-version;/&junit-version;.jar \ + lib/optional/junit.jar</userinput></screen> <para>The unit regression tests are performed during the build step below unless <application>JUnit</application> is not installed. Now, as the @@ -137,6 +139,10 @@ 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>: + This command copies the JUnit jar file into the directory where Apache Ant + will look for it.</para> + <para><command>./build.sh -Ddist.dir=/opt/ant-&apache-ant-version; dist</command>: This command does everything. It builds, tests, then installs the package into Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-03-06 17:23:39 UTC (rev 8291) +++ trunk/BOOK/general.ent 2010-03-06 17:43:20 UTC (rev 8292) @@ -247,7 +247,7 @@ <!ENTITY cpio-version "2.9"> <!ENTITY mc-version "4.6.1"> <!ENTITY sysstat-version "9.0.6"> -<!ENTITY apache-ant-version "1.7.1"> +<!ENTITY apache-ant-version "1.8.0"> <!ENTITY dbus-version "1.2.16"> <!ENTITY hal-version "0.5.12"> <!ENTITY udev-version "145"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-06 17:23:39 UTC (rev 8291) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-06 17:43:20 UTC (rev 8292) @@ -45,6 +45,9 @@ <para>March 7th, 2010</para> <itemizedlist> <listitem> + <para>[randy] - Updated to Apache Ant-1.8.0.</para> + </listitem> + <listitem> <para>[randy] - Updated to HTML Tidy-cvs_20100306.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
