You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ni...@apache.org on 2006/08/07 14:28:15 UTC

svn commit: r429316 - in /jakarta/poi/trunk/src/documentation/content/xdocs/hwpf: index.xml quick-guide.xml

Author: nick
Date: Mon Aug  7 05:28:15 2006
New Revision: 429316

URL: http://svn.apache.org/viewvc?rev=429316&view=rev
Log:
Tweak comments about needing to use svn version, and add pointer to unit tests

Modified:
    jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/index.xml
    jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/quick-guide.xml

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/index.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/index.xml?rev=429316&r1=429315&r2=429316&view=diff
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/index.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/index.xml Mon Aug  7 05:28:15 2006
@@ -22,8 +22,11 @@
 
   <p>HWPF is still in early development. It is in the <link
      href="http://svn.apache.org/viewcvs.cgi/jakarta/poi/trunk/src/scratchpad/">
-     scratchpad section of the SVN.</link> 
-     Source in the
+     scratchpad section of the SVN.</link> You will need to ensure you
+     either have a recent SVN checkout, or a recent SVN nightly build
+     (including the scratchpad jar!)</p>
+
+  <p>Source in the
      <em>org.apache.poi.hwpf.model</em> tree is the old legacy code refactored
      into an object model. Source code in the
      <em>org.apache.poi.hwpf.extractor</em> tree is a wrapper of this to

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/quick-guide.xml
URL: http://svn.apache.org/viewvc/jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/quick-guide.xml?rev=429316&r1=429315&r2=429316&view=diff
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/quick-guide.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/quick-guide.xml Mon Aug  7 05:28:15 2006
@@ -12,6 +12,12 @@
     </header>
 
     <body>
+		<p>HWPF is still in early development. It is in the <link
+     	href="http://svn.apache.org/viewcvs.cgi/jakarta/poi/trunk/src/scratchpad/">
+		scratchpad section of the SVN.</link> You will need to ensure you
+		either have a recent SVN checkout, or a recent SVN nightly build
+		(including the scratchpad jar!)</p>
+
         <section><title>Basic Text Extraction</title>
         <p>For basic text extraction, make use of 
 <code>org.apache.poi.hwpf.extractor.WordExtractor</code>. It accepts an input
@@ -39,6 +45,14 @@
 		<code>Paragraph</code> or <code>CharacterRun</code>).
 		It is also possible to delete a <code>Range</code>, but this
 		code is know to have bugs in it.
+		</p>
+		</section>
+
+		<section><title>Further Examples</title>
+		<p>For now, the best source of additional examples is in the unit 
+		tests. <link
+     	href="http://svn.apache.org/viewvc/jakarta/poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/">
+		Browse the HWPF unit tests.</link>
 		</p>
 		</section>
 	</body>



---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/