Removed modification of jai source file in fop instructions.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6475 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2007-01-28 07:59:46 +00:00
parent de27951c39
commit 4dd0208dd5
2 changed files with 11 additions and 6 deletions

View File

@ -44,6 +44,10 @@
<listitem> <listitem>
<para>January 28th, 2007</para> <para>January 28th, 2007</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[dj] - Removed modification of jai source file in fop
instructions.</para>
</listitem>
<listitem> <listitem>
<para>[dj] - Updated to JDK-1.5.0_10.</para> <para>[dj] - Updated to JDK-1.5.0_10.</para>
</listitem> </listitem>

View File

@ -20,7 +20,7 @@
<!ENTITY fop-download-ftp "ftp://apache.mirrors.pair.com/xml/fop/source/fop-&fop-version;-src.tar.gz"> <!ENTITY fop-download-ftp "ftp://apache.mirrors.pair.com/xml/fop/source/fop-&fop-version;-src.tar.gz">
<!ENTITY fop-md5sum "1a31eb1357e5d4b8d32d4cb3edae2da2"> <!ENTITY fop-md5sum "1a31eb1357e5d4b8d32d4cb3edae2da2">
<!ENTITY fop-size "7.8 MB"> <!ENTITY fop-size "7.8 MB">
<!ENTITY fop-buildsize "45.3 MB"> <!ENTITY fop-buildsize "47.9 MB">
<!ENTITY fop-time "0.25 SBU"> <!ENTITY fop-time "0.25 SBU">
<!ENTITY jai-download "http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&amp;PartDetailId=jai-1_1_2_01-oth-JPR&amp;SiteId=JSC&amp;TransactionId=noreg"> <!ENTITY jai-download "http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&amp;PartDetailId=jai-1_1_2_01-oth-JPR&amp;SiteId=JSC&amp;TransactionId=noreg">
@ -141,7 +141,7 @@
<tip> <tip>
<para>The <para>The
<command>$FOP_BUILD_DIR/../jai-1_1_2_01-lib-linux-i586-jdk.bin</command> <command>$FOP_BUILD_DIR/jai-1_1_2_01-lib-linux-i586-jdk.bin</command>
command below installs the JAI components in the JDK tree. You will be command below installs the JAI components in the JDK tree. You will be
required to view, and then accept (by entering a <keycap>y</keycap> required to view, and then accept (by entering a <keycap>y</keycap>
keypress), a license agreement before the installation will continue. keypress), a license agreement before the installation will continue.
@ -156,12 +156,13 @@
the <systemitem class="username">root</systemitem> user while in the the <systemitem class="username">root</systemitem> user while in the
root of the <application>FOP</application> source tree:</para> root of the <application>FOP</application> source tree:</para>
<screen role="root"><userinput>sed -i 's/tail +122/tail -n +122/' \ <screen role="root"><userinput>cp ../jai-1_1_2_01-lib-linux-i586-jdk.bin . &amp;&amp;
../jai-1_1_2_01-lib-linux-i586-jdk.bin &amp;&amp; sed -i 's/tail +122/tail -n +122/' \
chmod 755 ../jai-1_1_2_01-lib-linux-i586-jdk.bin &amp;&amp; jai-1_1_2_01-lib-linux-i586-jdk.bin &amp;&amp;
chmod 755 jai-1_1_2_01-lib-linux-i586-jdk.bin &amp;&amp;
FOP_BUILD_DIR=$(pwd) &amp;&amp; FOP_BUILD_DIR=$(pwd) &amp;&amp;
cd $JAVA_HOME &amp;&amp; cd $JAVA_HOME &amp;&amp;
$FOP_BUILD_DIR/../jai-1_1_2_01-lib-linux-i586-jdk.bin &amp;&amp; $FOP_BUILD_DIR/jai-1_1_2_01-lib-linux-i586-jdk.bin &amp;&amp;
cd $FOP_BUILD_DIR</userinput></screen> cd $FOP_BUILD_DIR</userinput></screen>
</sect3> </sect3>