From af2764a7e1ea6dc70db3b613c8efd99bd403c4e9 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Fri, 7 Jul 2006 01:31:25 +0000 Subject: [PATCH] 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 --- general/sysutils/apache-ant.xml | 20 +++++--------------- introduction/welcome/changelog.xml | 4 ++++ 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/general/sysutils/apache-ant.xml b/general/sysutils/apache-ant.xml index d381988159..18133b2e58 100644 --- a/general/sysutils/apache-ant.xml +++ b/general/sysutils/apache-ant.xml @@ -4,18 +4,6 @@ %general-entities; - - - - - - - @@ -99,9 +87,9 @@ Apache Ant. Review the table at for any prerequisite libraries you may need. One such library is the - JUnit testing framework library. Many Ant-installed - packages will use this library to perform the unit tests during the build - process. To install the JUnit library along with the + JUnit-3.8.1 testing framework library. Many + Ant-installed packages will use this library to perform the unit tests + during the build process. To install the JUnit library along with the Apache Ant package, download it from , unzip the distribution file (requires ) and copy the junit.jar file @@ -115,6 +103,8 @@ patch -Np1 -i ../apache-ant-&apache-ant-version;-blfs_install-1.patch + This package does not come with a test suite. + Now, as the root user: ./build.sh -Ddist.dir=/opt/ant-&apache-ant-version; dist && diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index b7c7c75510..1f797b6ba3 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ July 7th, 2006 + + [randy] - Updated the Apache Ant instructions to specify the + version of Junit you should use. + [randy] - Added new package - gnome-screensaver-2.14.2.