Ignore:
Timestamp:
05/15/2014 04:22:53 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
19cc928
Parents:
231d5eb
Message:

Update to apache-ant 1.9.4 and rearange java page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13048 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/junit.xml

    r231d5eb r6dc9fd3  
    55  %general-entities;
    66
    7   <!ENTITY junit-download-http "https://launchpad.net/debian/+archive/primary/+files/junit4_4.11.orig.tar.gz">
     7  <!ENTITY junit-download-http "https://launchpad.net/debian/+archive/primary/+files/junit4_&junit-version;.orig.tar.gz">
    88  <!ENTITY junit-download-ftp  " ">
    99  <!ENTITY junit-md5sum        "b4d163832583dcec8bedb5427c795cc4">
     
    6565        <para>
    6666          Required file: <ulink
    67              url="http://anduin.linuxfromscratch.org/sources/other/junit-4.11.jar">
    68                   http://anduin.linuxfromscratch.org/sources/other/junit-4.11.jar</ulink>
    69         </para>
    70       </listitem>
    71       <listitem>
    72         <para>
    73           Required file: <ulink
    74              url="http://hamcrest.googlecode.com/files/hamcrest-1.3.tgz">
    75                   http://hamcrest.googlecode.com/files/hamcrest-1.3.tgz </ulink>
     67             url="http://hamcrest.googlecode.com/files/hamcrest-&hamcrest-version;.tgz">
     68                  http://hamcrest.googlecode.com/files/hamcrest-&hamcrest-version;.tgz </ulink>
    7669        </para>
    7770      </listitem>
     
    9487    <title>Installation of JUnit</title>
    9588
    96     <para>To do a full build of JUnit from source, <xref linkend='apache-ant'/>
     89<!--    <para>To do a full build of JUnit from source, <xref linkend='apache-ant'/>
    9790    is required.  However JUnit is useful in building Apache Ant.  Copy the
    9891    JUnit-&junit-version; jar file to get started.  Then come back to build
     
    109102    extracting the JUnit sources, place the required hamcrest jar files where
    110103    needed and build the package:</para>
     104-->
     105    <para>Place the required hamcrest jar files where needed and build the
     106    package:</para>
    111107
    112 <screen><userinput>tar -xf ../hamcrest-1.3.tgz                              &amp;&amp;
    113 cp -v hamcrest-1.3/hamcrest-core-1.3{,-sources}.jar lib/ &amp;&amp;
     108<screen><userinput>tar -xf ../hamcrest-&hamcrest-version;.tgz                              &amp;&amp;
     109cp -v hamcrest-&hamcrest-version;/hamcrest-core-&hamcrest-version;{,-sources}.jar lib/ &amp;&amp;
    114110ant dist</userinput></screen>
    115111
     
    124120cp -v -R junit*/javadoc/*             /usr/share/doc/junit-&junit-version;  &amp;&amp;
    125121cp -v junit*/junit*.jar               /usr/share/java/junit-&junit-version; &amp;&amp;
    126 cp -v hamcrest-1.3/hamcrest-core*.jar /usr/share/java/junit-&junit-version;</userinput></screen>
     122cp -v hamcrest-&hamcrest-version;/hamcrest-core*.jar /usr/share/java/junit-&junit-version;</userinput></screen>
    127123   
    128124    <para>Finally, update the <envar>CLASSPATH</envar> variable:</para>
Note: See TracChangeset for help on using the changeset viewer.