Author: centic
Date: Tue Jun 16 05:51:07 2015
New Revision: 1685707

URL: http://svn.apache.org/r1685707
Log:
Update documentation for bug 57963 to state that scratchpad.jar is not 
necessary usually for XWPF

Modified:
    poi/site/src/documentation/content/xdocs/document/index.xml
    poi/site/src/documentation/content/xdocs/status.xml

Modified: poi/site/src/documentation/content/xdocs/document/index.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/document/index.xml?rev=1685707&r1=1685706&r2=1685707&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/document/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/document/index.xml Tue Jun 16 
05:51:07 2015
@@ -51,9 +51,12 @@
 
   <p>As detailed in the <link href="/overview.html#components">Components 
     Page</link>, HWPF is contained within the poi-scratchpad-XXX.jar, while 
XWPF
-    is in the OOXML jar, but also requires the poi-scratchpad-XXX.jar. You 
will need 
-    to ensure you include the appropriate jars (and their dependencies!) in 
your 
-    classpath to use HWPF or XWPF.</p>
+    is in the poi-ooxml-XXX.jar. You will need to ensure you include the 
appropriate 
+    jars (and their dependencies!) in your classpath to use HWPF or XWPF.</p>
+       
+  <p>Please note that in version 3.12, due to a bug, you might need to include 
+    poi-scratchpad-XXX.jar when using XWPF. This has been fixed again for the 
next 
+    release as there should not be such a dependency.</p>
 
    </section>
    <section>

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1685707&r1=1685706&r2=1685707&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Tue Jun 16 05:51:07 2015
@@ -39,6 +39,7 @@
     </devs>
 
     <release version="3.13-beta1" date="2015-??-??">
+        <action dev="PD" type="fix" fixes-bug="57963">Fix and verify in CI 
builds that we can compile most examples without requiring scratchpad-jar, 
update documentation.</action>
         <action dev="PD" type="fix" fixes-bug="53109">Correctly handle unicode 
strings in NameCommentRecord</action>
         <action dev="PD" type="add" fixes-bug="57904">Automatically verify 
that the resulting source-packages can be built</action>
         <action dev="PD" type="fix" fixes-bug="57512">Fix potential NPE in 
DateUtil for invalid dates</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to