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 2019/09/19 15:54:09 UTC

svn commit: r1867185 - /xmlbeans/site/build/site/download/index.html

Author: fanningpj
Date: Thu Sep 19 15:54:09 2019
New Revision: 1867185

URL: http://svn.apache.org/viewvc?rev=1867185&view=rev
Log:
update build details

Modified:
    xmlbeans/site/build/site/download/index.html

Modified: xmlbeans/site/build/site/download/index.html
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/download/index.html?rev=1867185&r1=1867184&r2=1867185&view=diff
==============================================================================
--- xmlbeans/site/build/site/download/index.html (original)
+++ xmlbeans/site/build/site/download/index.html Thu Sep 19 15:54:09 2019
@@ -427,7 +427,7 @@ sub   4096R/D5718BA4 2017-01-09
 </p>
 <a name="building"></a>
 <h3 class="boxed">Building XMLBeans</h3>
-<p>XMLBeans requires that you have Ant installed (1.6.5 works fine).</p>
+<p>XMLBeans requires that you have Ant installed (1.6.5 works fine). The minimum supported JDK in the dev version od XMLBeans is Java 8.</p>
 <a name="Windows"></a>
 <h4>Windows</h4>
 <p>After the steps above you should see an "xmlbeans" directory (or you can choose a
@@ -435,20 +435,18 @@ sub   4096R/D5718BA4 2017-01-09
                     </p>
 <pre class="code">
                         cd xmlbeans\
-                        xbeanenv
-                        ant
+                        ant clean test package
                     </pre>
-<p>This will create a build directory containing the executables. The <span class="codefrag">xbean.jar</span> is in
-                        the <span class="codefrag">xmlbeans\ar</span> directory. Try <span class="codefrag">ant -projecthelp</span> to see other build
+<p>This will create a build directory containing the executables. The <span class="codefrag">xmlbeans-&lt;version&gt;.jar</span> is in
+                        the <span class="codefrag">xmlbeans\build</span> directory. Try <span class="codefrag">ant -projecthelp</span> to see other build
                         options.
                     </p>
 <a name="Unix"></a>
-<h4>Unix</h4>
-<p>Building on Unix or Cygwin is essentially the same as for Windows:</p>
+<h4>Unix / Linux / Mac</h4>
+<p>Building on Unix/Linux/Mac or Cygwin is essentially the same as for Windows:</p>
 <pre class="code">
                         cd xmlbeans/
-                        ./xbeanenv.sh
-                        ant
+                        ant clean test package
                     </pre>
 </div>
     



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