Author: fanningpj
Date: Thu Nov 9 11:33:17 2023
New Revision: 1913686
URL: http://svn.apache.org/viewvc?rev=1913686&view=rev
Log:
highlight gradle
Modified:
xmlbeans/site/build/site/download/index.html
xmlbeans/site/src/documentation/content/xdocs/download/index.xml
Modified: xmlbeans/site/build/site/download/index.html
URL:
http://svn.apache.org/viewvc/xmlbeans/site/build/site/download/index.html?rev=1913686&r1=1913685&r2=1913686&view=diff
==============================================================================
--- xmlbeans/site/build/site/download/index.html (original)
+++ xmlbeans/site/build/site/download/index.html Thu Nov 9 11:33:17 2023
@@ -495,9 +495,11 @@ document.write("Last Published: " + docu
</p>
<a name="building"></a>
<h3 class="boxed">Building XMLBeans</h3>
-<p>XMLBeans requires that you have Ant installed (1.6.5 works fine). The
minimum supported JDK in the
+<p>XMLBeans has a mix of Gradle and Ant based builds. The minimum supported
JDK in the
dev version of XMLBeans is Java 8.
</p>
+<p>Gradle is better supported in recent releases and in dev. Gradle 8.x and
Ant 1.10.x are recommended.
+ </p>
<a name="Windows"></a>
<h4>Windows</h4>
<p>After the steps above you should see an "xmlbeans" directory (or you can
choose a
@@ -511,7 +513,7 @@ document.write("Last Published: " + docu
<span class="lineno"></span><span class="codebody">cd xmlbeans\</span>
</div>
<div class="codeline">
-<span class="lineno"></span><span class="codebody">ant clean test
package</span>
+<span class="lineno"></span><span class="codebody">gradle clean test jar</span>
</div>
<div class="codeline">
<span class="lineno"></span><span class="codebody"></span>
@@ -519,8 +521,7 @@ document.write("Last Published: " + docu
</div>
<p>This will create a build directory containing the executables. The <span
class="codefrag">xmlbeans-<version>.jar</span> is
in
- the <span class="codefrag">xmlbeans\build</span>
directory. Try <span class="codefrag">ant -projecthelp</span> to see other build
- options.
+ the <span class="codefrag">xmlbeans\build</span>
directory.
</p>
<a name="Unix+%2F+Linux+%2F+Mac"></a>
<h4>Unix / Linux / Mac</h4>
@@ -533,7 +534,7 @@ document.write("Last Published: " + docu
<span class="lineno"></span><span class="codebody">cd xmlbeans/</span>
</div>
<div class="codeline">
-<span class="lineno"></span><span class="codebody">ant clean test
package</span>
+<span class="lineno"></span><span class="codebody">gradle clean test jar</span>
</div>
<div class="codeline">
<span class="lineno"></span><span class="codebody"></span>
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=1913686&r1=1913685&r2=1913686&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/download/index.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/download/index.xml Thu Nov 9
11:33:17 2023
@@ -243,9 +243,11 @@
<section id="building">
<title>Building XMLBeans</title>
- <p>XMLBeans requires that you have Ant installed (1.6.5 works
fine). The minimum supported JDK in the
+ <p>XMLBeans has a mix of Gradle and Ant based builds. The
minimum supported JDK in the
dev version of XMLBeans is Java 8.
</p>
+ <p>Gradle is better supported in recent releases and in dev.
Gradle 8.x and Ant 1.10.x are recommended.
+ </p>
<section>
<title>Windows</title>
<p>After the steps above you should see an "xmlbeans"
directory (or you can choose a
@@ -253,12 +255,11 @@
</p>
<source>
cd xmlbeans\
- ant clean test package
+ gradle clean test jar
</source>
<p>This will create a build directory containing the
executables. The <code>xmlbeans-<version>.jar</code> is
in
- the <code>xmlbeans\build</code> directory. Try
<code>ant -projecthelp</code> to see other build
- options.
+ the <code>xmlbeans\build</code> directory.
</p>
</section>
<section>
@@ -266,7 +267,7 @@
<p>Building on Unix/Linux/Mac or Cygwin is essentially the
same as for Windows:</p>
<source>
cd xmlbeans/
- ant clean test package
+ gradle clean test jar
</source>
</section>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]