You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/08/15 01:32:26 UTC

svn commit: r232670 - /maven/maven-1/plugins/trunk/pdf/xdocs/index.xml

Author: aheritier
Date: Sun Aug 14 16:32:24 2005
New Revision: 232670

URL: http://svn.apache.org/viewcvs?rev=232670&view=rev
Log:
- Fix Typo
- Add warning for Java 1.5 users

Modified:
    maven/maven-1/plugins/trunk/pdf/xdocs/index.xml

Modified: maven/maven-1/plugins/trunk/pdf/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/xdocs/index.xml?rev=232670&r1=232669&r2=232670&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/xdocs/index.xml Sun Aug 14 16:32:24 2005
@@ -21,16 +21,18 @@
     <title>Maven PDF Plug-in</title>
     <author email="jason@zenplex.com">Jason van Zyl</author>
     <author email="dion@apache.org">dIon Gillard</author>
+    <author email="aheritier@apache.org">Arnaud Heritier</author>
   </properties>
   <body>
     <section name="Maven PDF Plug-in">
       <p>This plug-in allows you to generate a PDF version of your project's documentation.</p>
     </section>
-    <section name="Know issues">
+    <section name="Known issues">
       <ul>
         <li>
           <p>There is a known problem with the PDF generation tool (Apache's FOP) in that it doesn't allow for table structures with automatic column widths to be generated. Widths are uniformly distributed.</p>
         </li>
+        <li>People using java 5 will have to use this release with maven 1.1 or maven 1.0 with at the most the PDF plugin 2.2.X.</li>
         <li>
           <p>Due to several problems, it is actually impossible to reference the same file in different items in navigation.xml. You must define another navigation file (using the property <a href="properties.html">"maven.pdf.navigationFile"</a>) which you'll use only with the PDF plug-in. This navigation cannot define several items with the same href.</p>
         </li>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org