mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Updated the Apache Ant instructions to specify the version of Junit you should use
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6252 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
3f909d69d3
commit
af2764a7e1
@ -4,18 +4,6 @@
|
|||||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
|
|
||||||
<!-- Inserted as a reminder to do this. The mention of a test suite
|
|
||||||
is usually right before the root user installation commands. Please
|
|
||||||
delete these 12 (including one blank) lines after you are done.-->
|
|
||||||
|
|
||||||
<!-- Use one of the two mentions below about a test suite,
|
|
||||||
delete the line that is not applicable. Of course, if the
|
|
||||||
test suite uses syntax other than "make check", revise the
|
|
||||||
line to reflect the actual syntax to run the test suite -->
|
|
||||||
|
|
||||||
<!-- <para>This package does not come with a test suite.</para> -->
|
|
||||||
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
|
|
||||||
|
|
||||||
<!ENTITY apache-ant-download-http "http://archive.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2">
|
<!ENTITY apache-ant-download-http "http://archive.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2">
|
||||||
<!ENTITY apache-ant-download-ftp "ftp://ftp.oregonstate.edu/pub/apache/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2">
|
<!ENTITY apache-ant-download-ftp "ftp://ftp.oregonstate.edu/pub/apache/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2">
|
||||||
<!ENTITY apache-ant-md5sum "80a7ad191c40b7d8c82533524b282b6b">
|
<!ENTITY apache-ant-md5sum "80a7ad191c40b7d8c82533524b282b6b">
|
||||||
@ -99,9 +87,9 @@
|
|||||||
<application>Apache Ant</application>. Review the table at
|
<application>Apache Ant</application>. Review the table at
|
||||||
<ulink url="http://ant.apache.org/manual/install.html#librarydependencies"/>
|
<ulink url="http://ant.apache.org/manual/install.html#librarydependencies"/>
|
||||||
for any prerequisite libraries you may need. One such library is the
|
for any prerequisite libraries you may need. One such library is the
|
||||||
<application>JUnit</application> testing framework library. Many Ant-installed
|
<application>JUnit</application>-3.8.1 testing framework library. Many
|
||||||
packages will use this library to perform the unit tests during the build
|
Ant-installed packages will use this library to perform the unit tests
|
||||||
process. To install the JUnit library along with the
|
during the build process. To install the JUnit library along with the
|
||||||
<application>Apache Ant</application> package, download it from
|
<application>Apache Ant</application> package, download it from
|
||||||
<ulink url="http://www.junit.org/"/>, unzip the distribution file (requires
|
<ulink url="http://www.junit.org/"/>, unzip the distribution file (requires
|
||||||
<xref linkend="unzip"/>) and copy the <filename>junit.jar</filename> file
|
<xref linkend="unzip"/>) and copy the <filename>junit.jar</filename> file
|
||||||
@ -115,6 +103,8 @@
|
|||||||
|
|
||||||
<screen><userinput>patch -Np1 -i ../apache-ant-&apache-ant-version;-blfs_install-1.patch</userinput></screen>
|
<screen><userinput>patch -Np1 -i ../apache-ant-&apache-ant-version;-blfs_install-1.patch</userinput></screen>
|
||||||
|
|
||||||
|
<para>This package does not come with a test suite.</para>
|
||||||
|
|
||||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>./build.sh -Ddist.dir=/opt/ant-&apache-ant-version; dist &&
|
<screen role="root"><userinput>./build.sh -Ddist.dir=/opt/ant-&apache-ant-version; dist &&
|
||||||
|
@ -44,6 +44,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>July 7th, 2006</para>
|
<para>July 7th, 2006</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[randy] - Updated the Apache Ant instructions to specify the
|
||||||
|
version of Junit you should use.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[randy] - Added new package - gnome-screensaver-2.14.2.</para>
|
<para>[randy] - Added new package - gnome-screensaver-2.14.2.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user