You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/10/14 13:06:48 UTC

svn commit: r1894243 - in /xmlbeans/site/src/documentation/content/xdocs: documentation/conInstallGuide.xml download/index.xml guide/AntTask.xml guide/XPathXQuery.xml

Author: fanningpj
Date: Thu Oct 14 13:06:48 2021
New Revision: 1894243

URL: http://svn.apache.org/viewvc?rev=1894243&view=rev
Log:
try to tidy up refs to xbean jar

Modified:
    xmlbeans/site/src/documentation/content/xdocs/documentation/conInstallGuide.xml
    xmlbeans/site/src/documentation/content/xdocs/download/index.xml
    xmlbeans/site/src/documentation/content/xdocs/guide/AntTask.xml
    xmlbeans/site/src/documentation/content/xdocs/guide/XPathXQuery.xml

Modified: xmlbeans/site/src/documentation/content/xdocs/documentation/conInstallGuide.xml
URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/documentation/conInstallGuide.xml?rev=1894243&r1=1894242&r2=1894243&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/documentation/conInstallGuide.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/documentation/conInstallGuide.xml Thu Oct 14 13:06:48 2021
@@ -24,7 +24,7 @@
                                 <ul><li>For XmlBeans 2.0.0 and XMLBeans 2.1.0 you need <a href="http://prdownloads.sourceforge.net/saxon/saxonb8-1-1.zip?download">Saxon 8.1.1</a> <strong>ONLY</strong>.</li>
                                     <li>For XmlBeans 2.2.0 you need <a href="http://prdownloads.sourceforge.net/saxon/saxonb8-6-1.zip?download">Saxon 8.6.1</a> (may work with later revisions, but not tested)</li>
 									<li>For XmlBeans 3.0.0 you need <a href="http://prdownloads.sourceforge.net/saxon/saxonb9-0-0-4j.zip?download">Saxon 9.0.0.4j</a></li>
-									<li>For XmlBeans 4.0.0/5.0.0 you need <a href="https://search.maven.org/artifact/net.sf.saxon/Saxon-HE/10.2/jar">Saxon-HE 10.2</a></li>
+									<li>For XmlBeans 4.0.0/5.0.0 you need <a href="https://search.maven.org/artifact/net.sf.saxon/Saxon-HE/10.6/jar">Saxon-HE 10.6</a></li> (Other versions of Saxon-HE 10.x should work)
                                 </ul></li>
 				<li>If you're interested, you can also <a href="../download/index.html#XMLBeans+Source">build
 			from the source</a>.</li>
@@ -39,14 +39,14 @@
 			<source>&lt;xmlbeans-version&gt;
     bin (location of tools)
     docs
-    lib (location of xbean.jar)
+    lib (location of xmlbeans.jar or xbean.jar in older versions)
     ...</source>
-<p>If you're building from source, paths will differ slightly (note the location of xbean.jar). You should account for this when setting up your environment.</p>
+<p>If you're building from source, paths will differ slightly (note the location of xmlbeans.jar). You should account for this when setting up your environment.</p>
 			<source>&lt;xmlbeans-version&gt;
     bin (location of tools)
     build
         ...
-        lib (location of xbean.jar)
+        lib (location of xmlbeans.jar or xbean.jar in older versions)
         ...</source>
 		<section>
 			<title>Windows Setup</title>
@@ -59,7 +59,7 @@
 				be <code>c:\xmlbeans-1.0.2.</code></p></li>
 				<li>Edit the <code>PATH</code> variable so that it includes the bin directory of your XMLBeans
 				installation. For the XMLBeans release, you could add <code>%XMLBEANS_HOME%\bin</code>.</li>
-				<li>Edit the <code>CLASSPATH</code> variable to include the xbean.jar included with XMLBeans.
+				<li>Edit the <code>CLASSPATH</code> variable to include the xmlbeans or xbean jar included with XMLBeans.
 				<p>This is located in the lib directory. If you built XMLBeans from source, you can also use the
 				JAR file in the build/ar or build/lib directories.</p></li>
 				<li>For XMLBeans V2, also include the jsr173_1.0_api.jar (or jsr173_api.jar, whichever one came
@@ -84,7 +84,7 @@
 				<code>export CLASSPATH=$CLASSPATH:$XMLBEANS_HOME/build/lib/jsr173[_1.0]_api.jar</code>)</p></li>
 			</ol>
 			<p>Your updates might look like this:</p>
-			<source>export XMLBEANS_HOME=/home/me/xmlbeans-2.1.0
+			<source>export XMLBEANS_HOME=/home/me/xmlbeans-2.0.1
 export PATH=$PATH:$XMLBEANS_HOME/bin
 export CLASSPATH=$XMLBEANS_HOME/lib/xbean.jar:$XMLBEANS_HOME/lib/jsr173_1.0_api.jar:$CLASSPATH</source>
 			</section>

Modified: xmlbeans/site/src/documentation/content/xdocs/download/index.xml
URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/download/index.xml?rev=1894243&r1=1894242&r2=1894243&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/download/index.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/download/index.xml Thu Oct 14 13:06:48 2021
@@ -183,9 +183,9 @@
 
         <section id="dependencies">
             <title>Dependencies</title>
-            <p>Using XPath/XQuery requires an additional download of Saxon-HE 10.2 and placing on
+            <p>Using XPath/XQuery requires an additional download of Saxon-HE 10.6 and placing on
                 the classpath. The library is available
-                <a href="https://search.maven.org/artifact/net.sf.saxon/Saxon-HE/10.2/jar">here</a>.
+                <a href="https://search.maven.org/artifact/net.sf.saxon/Saxon-HE/10.6/jar">here</a>.
                 We cannot distribute this zip in a binary distribution due to licensing issues.
             </p>
         </section>

Modified: xmlbeans/site/src/documentation/content/xdocs/guide/AntTask.xml
URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/guide/AntTask.xml?rev=1894243&r1=1894242&r2=1894243&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/guide/AntTask.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/guide/AntTask.xml Thu Oct 14 13:06:48 2021
@@ -31,9 +31,10 @@
             </p>
             <note>
                 <strong>Note:</strong>
-                This task depends on two external libraries not
-                included in the Ant distribution: one called xbean.jar, one called jsr173_1.0_api.jar.
-                Both can be found in the XMLBeans developer kit at <a
+                This task depends on an external libraries not
+                included in the Ant distribution - called xmlbeans.jar (or xbean.jar in older versions).
+                Older versions of xmlbeans may also need jsr173_1.0_api.jar.
+                xmlbeans.jar can be found in the XMLBeans developer kit at <a
                     href="http://xmlbeans.apache.org/">http://xmlbeans.apache.org/</a>.
                 The build script will need to include a taskdef for xmlbean, which could look
                 like this:

Modified: xmlbeans/site/src/documentation/content/xdocs/guide/XPathXQuery.xml
URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/guide/XPathXQuery.xml?rev=1894243&r1=1894242&r2=1894243&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/guide/XPathXQuery.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/guide/XPathXQuery.xml Thu Oct 14 13:06:48 2021
@@ -262,9 +262,9 @@
             </p>
             <note id="saxon_jars">
                 <strong>Note:</strong>
-                To execute XQuery expressions, you must have Saxon-HE 10.2 on the classpath
+                To execute XQuery expressions, you must have Saxon-HE 10.6 on the classpath
                 which can be downloaded from the <a
-                    href="https://search.maven.org/artifact/net.sf.saxon/Saxon-HE/10.2/jar">Maven Repo</a>.
+                    href="https://search.maven.org/artifact/net.sf.saxon/Saxon-HE/10.6/jar">Maven Repo</a>.
             </note>
         </section>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org