]> source.dussan.org Git - poi.git/commitdiff
Tweak comments about needing to use svn version, and add pointer to unit tests
authorNick Burch <nick@apache.org>
Mon, 7 Aug 2006 12:28:15 +0000 (12:28 +0000)
committerNick Burch <nick@apache.org>
Mon, 7 Aug 2006 12:28:15 +0000 (12:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@429316 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/hwpf/index.xml
src/documentation/content/xdocs/hwpf/quick-guide.xml

index 5dba6773511c92a73bbbe328eba96ade7df36161..0f824f4d12f67ea82259ca44249f97777a6e7a1f 100644 (file)
 
   <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
index 2a91b50e594dccd03866f2f04e96991df1506538..b60b5f1a05489cf39e27db8395b58fc4f8977ab6 100644 (file)
     </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
@@ -41,5 +47,13 @@ can then get text and other properties.
                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>
 </document>