You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/05/16 17:49:37 UTC

[tomcat] branch main updated: Update building page. Java 11 & svn -> git

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new d4008c0b65 Update building page. Java 11 & svn -> git
d4008c0b65 is described below

commit d4008c0b650da0b91d09656d0111b9ea01541f05
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon May 16 18:49:29 2022 +0100

    Update building page. Java 11 & svn -> git
---
 webapps/docs/building.xml  | 18 +++++++++---------
 webapps/docs/changelog.xml |  9 +++++++++
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/webapps/docs/building.xml b/webapps/docs/building.xml
index 450d5e50ca..d531a5c305 100644
--- a/webapps/docs/building.xml
+++ b/webapps/docs/building.xml
@@ -43,12 +43,12 @@ The following is a quick step by step guide.
 
 </section>
 
-<section name="Download a Java Development Kit (JDK) version 8">
+<section name="Download a Java Development Kit (JDK) version 11 or later">
 
 <p>
-Building Apache Tomcat requires a JDK (version 8) to be installed. You can download one from<br />
-<a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a><br/>
-<a href="http://openjdk.java.net/install/index.html">http://openjdk.java.net/install/index.html</a><br/>
+Building Apache Tomcat requires a JDK (version 11) or later to be installed. You
+can download one from
+<a href="https://adoptium.net/temurin/releases">https://adoptium.net/temurin/releases</a>
 or another JDK vendor.
 </p>
 
@@ -83,11 +83,11 @@ available, which will be used to actually perform the build.
 
 </section>
 
-<section name="Checkout or obtain the Tomcat source code">
+<section name="Obtain the Tomcat source code">
 
   <p>
-  Tomcat SVN repository URL:
-  <a href="https://svn.apache.org/repos/asf/tomcat/trunk/">https://svn.apache.org/repos/asf/tomcat/trunk/</a>
+  Tomcat Git repository URL:
+  <a href="https://github.com/apache/tomcat">https://github.com/apache/tomcat</a>
   </p>
   <p>
   Tomcat source packages:
@@ -95,8 +95,8 @@ available, which will be used to actually perform the build.
   </p>
 
   <p>
-  Checkout the source using SVN, selecting a tag for released version or
-  trunk for the current development code, or download and unpack a
+  Clone the source repository using Git, selecting a tag for released version or
+  main for the current development code, or download and unpack a
   source package. For the remainder of this guide, the symbolic name
   <code>${tomcat.source}</code> is used to refer to the
   location where the source has been placed.
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 9a2b0d0587..9b3df11a8b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,15 @@
   issues do not "pop up" wrt. others).
 -->
 <section name="Tomcat 10.1.0-M16 (markt)" rtext="in development">
+  <subsection name="Web applications">
+    <changelog>
+      <fix>
+        <bug>66064</bug>: Update the building page in the documentation web
+        application to reflect changes in required Java version and source
+        repository. (markt)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 10.1.0-M15 (markt)" rtext="2022-05-16">
   <subsection name="Catalina">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org