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/13 12:49:13 UTC

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

Author: aheritier
Date: Sat Aug 13 03:49:08 2005
New Revision: 232441

URL: http://svn.apache.org/viewcvs?rev=232441&view=rev
Log:
update doc

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=232441&r1=232440&r2=232441&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/xdocs/index.xml Sat Aug 13 03:49:08 2005
@@ -27,8 +27,19 @@
       <p>This plug-in allows you to generate a PDF version of your project's documentation.</p>
     </section>
     <section name="Know issues">
-      <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>
-      <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>
+      <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>
+          <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>
+        <li>
+          <p>
+            <a href="http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&amp;pid=10356&amp;statusIds=1" target="_blank">Other issues are available in Jira.</a>
+          </p>
+        </li>
+      </ul>
     </section>
   </body>
 </document>



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