You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vh...@apache.org on 2008/03/17 21:00:41 UTC

svn commit: r638048 - in /xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs: 0.95/ dev/ trunk/

Author: vhennebert
Date: Mon Mar 17 13:00:36 2008
New Revision: 638048

URL: http://svn.apache.org/viewvc?rev=638048&view=rev
Log:
Changed the documentation to reflect the move to Java 1.4 as a minimum requirement

Modified:
    xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/compiling.xml
    xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/fonts.xml
    xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/pdfencryption.xml
    xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/running.xml
    xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/dev/release.xml
    xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/compiling.xml
    xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/fonts.xml
    xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/pdfencryption.xml
    xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/running.xml

Modified: xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/compiling.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/compiling.xml?rev=638048&r1=638047&r2=638048&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/compiling.xml (original)
+++ xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/compiling.xml Mon Mar 17 13:00:36 2008
@@ -41,7 +41,7 @@
       <section id="env-jdk">
         <title>JDK</title>
         <p>
-          Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.3
+          Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.4
           (A Java Runtime Environment is not sufficient).
         </p>
       </section>
@@ -59,7 +59,7 @@
         <p>
           The build script uses <a href="ext:ant">Apache Ant</a>, a popular 
           Java-based build tool, which usually requires that the environment variable JAVA_HOME point to 
-          your local JDK root directory. This is true even if you use JDK 1.3 or above, which normally 
+          your local JDK root directory. This is true even if you use JDK 1.4 or above, which normally 
           does not need this setting.
         </p>
       </section>

Modified: xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/fonts.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/fonts.xml?rev=638048&r1=638047&r2=638048&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/fonts.xml (original)
+++ xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/fonts.xml Mon Mar 17 13:00:36 2008
@@ -231,19 +231,11 @@
         <title>Type 1 Font Metrics</title>
         <p>FOP includes PFMReader, which reads the PFM file that normally comes with a Type 1 font, and generates an appropriate font metrics file for it.
           To use it, run the class org.apache.fop.fonts.apps.PFMReader:</p>
-        <p>Windows (on JDK 1.4 and later):</p>
+        <p>Windows:</p>
         <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
           org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
-        <p>Windows (on JDK 1.3.x):</p>
-        <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar;lib\xml-apis.jar;
-          lib\xercesImpl.jar;lib\xalan.jar;lib\serializer.jar
-          org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
-        <p>Unix (on JDK 1.4 and later):</p>
+        <p>Unix:</p>
         <source>java -cp build/fop.jar:lib/avalon-framework.jar:lib/commons-logging.jar:lib/commons-io.jar
-          org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
-        <p>Unix (on JDK 1.3.1):</p>
-        <source>java -cp build/fop.jar:lib/avalon-framework.jar:lib/commons-logging.jar:lib/commons-io.jar:lib/xml-apis.jar:
-          lib/xercesImpl.jar:lib/xalan.jar:lib/serializer.jar
           org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
         <p>PFMReader [options]:</p>
         <ul>

Modified: xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/pdfencryption.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/pdfencryption.xml?rev=638048&r1=638047&r2=638048&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/pdfencryption.xml (original)
+++ xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/pdfencryption.xml Mon Mar 17 13:00:36 2008
@@ -204,15 +204,10 @@
       </p>
       <ol>
         <li>
-          Download the binary distribution for your JDK version. If you have JDK
-          1.3 or earlier you must also download a JCE from the same page.
-        </li>
-        <li>
           Unpack the distribution. Add the jar file to your classpath. A
           convenient way to use the jar on Linux is to simply drop it into the
           FOP lib directory, it will be automatically picked up by
-          <code>fop.sh</code>.  If you have JDK 1.3 or earlier don't forget to
-          install the JCE as well.
+          <code>fop.sh</code>.
         </li>
         <li>
           Open the <code>java.security</code> file and add<br/>

Modified: xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/running.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/running.xml?rev=638048&r1=638047&r2=638048&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/running.xml (original)
+++ xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/0.95/running.xml Mon Mar 17 13:00:36 2008
@@ -305,7 +305,7 @@
       <ul>
         <li>
           Increase memory available to the JVM. See 
-          <a href="http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/java.html">the -Xmx option</a> 
+          <a href="http://java.sun.com/j2se/1.4/docs/tooldocs/solaris/java.html">the -Xmx option</a> 
           for more information.
           <warning>
             It is usually unwise to increase the memory allocated to the JVM beyond the amount of 

Modified: xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/dev/release.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/dev/release.xml?rev=638048&r1=638047&r2=638048&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/dev/release.xml (original)
+++ xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/dev/release.xml Mon Mar 17 13:00:36 2008
@@ -73,7 +73,7 @@
         <code>fop-hyph.jar</code> to lib/ (e.g. from
         <code>http://sourceforge.net/projects/offo</code></li>
         <li>Alternatively, create a build-local.properties file that points to the above libs.</li>
-        <li>Run build[.sh] dist. Do this once using Sun JDK 1.3.1_15 or later and once with Sun JDK 1.4.2_08 or later. A Forrest installation is needed.</li>
+        <li>Run build[.sh] dist. Do this using Sun JDK 1.4.2_08 or later. A Forrest installation is needed.</li>
         <li>Create signatures. Don't forget to upload your KEY:
           <code>gpg -a -b --force-v3-sigs fop-0.94-src.tar.gz</code> etc.</li>
         <li>Upload the dist and signature files to your web directory

Modified: xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/compiling.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/compiling.xml?rev=638048&r1=638047&r2=638048&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/compiling.xml (original)
+++ xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/compiling.xml Mon Mar 17 13:00:36 2008
@@ -41,7 +41,7 @@
       <section id="env-jdk">
         <title>JDK</title>
         <p>
-          Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.3
+          Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.4
           (A Java Runtime Environment is not sufficient).
         </p>
       </section>
@@ -59,7 +59,7 @@
         <p>
           The build script uses <a href="ext:ant">Apache Ant</a>, a popular 
           Java-based build tool, which usually requires that the environment variable JAVA_HOME point to 
-          your local JDK root directory. This is true even if you use JDK 1.3 or above, which normally 
+          your local JDK root directory. This is true even if you use JDK 1.4 or above, which normally 
           does not need this setting.
         </p>
       </section>

Modified: xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/fonts.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/fonts.xml?rev=638048&r1=638047&r2=638048&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/fonts.xml (original)
+++ xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/fonts.xml Mon Mar 17 13:00:36 2008
@@ -231,19 +231,11 @@
         <title>Type 1 Font Metrics</title>
         <p>FOP includes PFMReader, which reads the PFM file that normally comes with a Type 1 font, and generates an appropriate font metrics file for it.
           To use it, run the class org.apache.fop.fonts.apps.PFMReader:</p>
-        <p>Windows (on JDK 1.4 and later):</p>
+        <p>Windows:</p>
         <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
           org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
-        <p>Windows (on JDK 1.3.x):</p>
-        <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar;lib\xml-apis.jar;
-          lib\xercesImpl.jar;lib\xalan.jar;lib\serializer.jar
-          org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
-        <p>Unix (on JDK 1.4 and later):</p>
+        <p>Unix:</p>
         <source>java -cp build/fop.jar:lib/avalon-framework.jar:lib/commons-logging.jar:lib/commons-io.jar
-          org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
-        <p>Unix (on JDK 1.3.1):</p>
-        <source>java -cp build/fop.jar:lib/avalon-framework.jar:lib/commons-logging.jar:lib/commons-io.jar:lib/xml-apis.jar:
-          lib/xercesImpl.jar:lib/xalan.jar:lib/serializer.jar
           org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
         <p>PFMReader [options]:</p>
         <ul>

Modified: xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/pdfencryption.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/pdfencryption.xml?rev=638048&r1=638047&r2=638048&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/pdfencryption.xml (original)
+++ xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/pdfencryption.xml Mon Mar 17 13:00:36 2008
@@ -204,15 +204,13 @@
       </p>
       <ol>
         <li>
-          Download the binary distribution for your JDK version. If you have JDK
-          1.3 or earlier you must also download a JCE from the same page.
+          Download the binary distribution for your JDK version.
         </li>
         <li>
           Unpack the distribution. Add the jar file to your classpath. A
           convenient way to use the jar on Linux is to simply drop it into the
           FOP lib directory, it will be automatically picked up by
-          <code>fop.sh</code>.  If you have JDK 1.3 or earlier don't forget to
-          install the JCE as well.
+          <code>fop.sh</code>.
         </li>
         <li>
           Open the <code>java.security</code> file and add<br/>

Modified: xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/running.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/running.xml?rev=638048&r1=638047&r2=638048&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/running.xml (original)
+++ xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/trunk/running.xml Mon Mar 17 13:00:36 2008
@@ -305,7 +305,7 @@
       <ul>
         <li>
           Increase memory available to the JVM. See 
-          <a href="http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/java.html">the -Xmx option</a> 
+          <a href="http://java.sun.com/j2se/1.4/docs/tooldocs/solaris/java.html">the -Xmx option</a> 
           for more information.
           <warning>
             It is usually unwise to increase the memory allocated to the JVM beyond the amount of 



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org