This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push:
new 2808360 Improved: Remove separate release18.12 build instructions
from Developers page (#32)
2808360 is described below
commit 280836018267e4e5a79ccb72be9854ad6a8fe36c
Author: Mridul Pathak <[email protected]>
AuthorDate: Fri Aug 14 11:44:18 2026 +0530
Improved: Remove separate release18.12 build instructions from Developers
page (#32)
Follow-up to #31. release18.12 is EOL, and release24.09 needs the same JDK
17 and "cleanAll loadAll" build command as trunk, so the separate release18.12
Pre-Requisites and Build sections are no longer needed — trunk's instructions
now cover it.
---
developers.html | 16 ++++------------
template/page/developers.tpl.php | 16 ++++------------
2 files changed, 8 insertions(+), 24 deletions(-)
diff --git a/developers.html b/developers.html
index e7f4539..e7659f6 100644
--- a/developers.html
+++ b/developers.html
@@ -133,8 +133,7 @@
<h2>Pre-Requisites</h2>
<div class="divider"><span></span></div>
<ul class="iconsList">
- <li><i class="icon-pin"></i> For the ofbiz-framework trunk and
ofbiz-plugins trunk the minimum requirement you need installed is Java 17 JDK
(the full JDK, not just the JRE). Make sure to set the <code>$JAVA_HOME</code>
environment variable.</li>
- <li><i class="icon-pin"></i> For release 18.12, the minimum requirement
is Java 11 JDK.</li>
+ <li><i class="icon-pin"></i> For the ofbiz-framework trunk,
ofbiz-plugins trunk, and release24.09 the minimum requirement you need
installed is Java 17 JDK (the full JDK, not just the JRE). Make sure to set the
<code>$JAVA_HOME</code> environment variable.</li>
<li><i class="icon-pin"></i> Apache OFBiz can be downloaded and run on
both Unix based and Windows based systems.</li>
<li><i class="icon-pin"></i> On Windows, a PowerShell version >=
7.1.3 is required (needed by the Gradle wrapper initialization script).</li>
<li><i class="icon-pin"></i> On Windows, do not install OFBiz in a
directory whose path contains spaces.</li>
@@ -187,21 +186,14 @@
<h2>Build and Run</h2>
<div class="divider"><span></span></div>
<p>Once you have downloaded the source code and (for trunk)
initialized the Gradle wrapper, it will need to be built.</p>
- <h3>Building the Trunk</h3>
- <p>To build the trunk, navigate to the framework-trunk directory and;</p>
+ <h3>Building the Trunk or Release 24.09</h3>
+ <p>To build the trunk or the release24.09 branch, navigate to the
framework-trunk directory and;</p>
<p>Run the following command for Unix-like OS</p>
<code>./gradlew cleanAll loadAll</code><p></p>
<p>Run the following command for MS Windows</p>
<code>gradlew cleanAll loadAll</code>
<p></p>
- <h3>Building Release 18.12</h3>
- <p>To build 18.12 release, navigate to the OFBiz or framework-trunk
directory and;</p>
- <p>Run the following command for Unix-like OS</p>
- <code>./gradlew cleanAll loadDefault</code><p></p>
- <p>Run the following command for MS Windows</p>
- <code>gradlew cleanAll loadDefault</code>
- <p></p>
- <h3>Starting and Running the ofbiz-framework trunk or 18.12</h3>
+ <h3>Starting and Running the ofbiz-framework trunk or Release 24.09</h3>
<p>To start OFBiz running locally, navigate to the trunk directory and;</p>
<p>Run the following command for Unix-like OS</p>
<code>./gradlew ofbiz</code><p></p>
diff --git a/template/page/developers.tpl.php b/template/page/developers.tpl.php
index f22359d..92a0393 100644
--- a/template/page/developers.tpl.php
+++ b/template/page/developers.tpl.php
@@ -34,8 +34,7 @@
<h2>Pre-Requisites</h2>
<div class="divider"><span></span></div>
<ul class="iconsList">
- <li><i class="icon-pin"></i> For the ofbiz-framework trunk and
ofbiz-plugins trunk the minimum requirement you need installed is Java 17 JDK
(the full JDK, not just the JRE). Make sure to set the <code>$JAVA_HOME</code>
environment variable.</li>
- <li><i class="icon-pin"></i> For release 18.12, the minimum requirement
is Java 11 JDK.</li>
+ <li><i class="icon-pin"></i> For the ofbiz-framework trunk,
ofbiz-plugins trunk, and release24.09 the minimum requirement you need
installed is Java 17 JDK (the full JDK, not just the JRE). Make sure to set the
<code>$JAVA_HOME</code> environment variable.</li>
<li><i class="icon-pin"></i> Apache OFBiz can be downloaded and run on
both Unix based and Windows based systems.</li>
<li><i class="icon-pin"></i> On Windows, a PowerShell version >=
7.1.3 is required (needed by the Gradle wrapper initialization script).</li>
<li><i class="icon-pin"></i> On Windows, do not install OFBiz in a
directory whose path contains spaces.</li>
@@ -88,21 +87,14 @@
<h2>Build and Run</h2>
<div class="divider"><span></span></div>
<p>Once you have downloaded the source code and (for trunk)
initialized the Gradle wrapper, it will need to be built.</p>
- <h3>Building the Trunk</h3>
- <p>To build the trunk, navigate to the framework-trunk directory and;</p>
+ <h3>Building the Trunk or Release 24.09</h3>
+ <p>To build the trunk or the release24.09 branch, navigate to the
framework-trunk directory and;</p>
<p>Run the following command for Unix-like OS</p>
<code>./gradlew cleanAll loadAll</code><p></p>
<p>Run the following command for MS Windows</p>
<code>gradlew cleanAll loadAll</code>
<p></p>
- <h3>Building Release 18.12</h3>
- <p>To build 18.12 release, navigate to the OFBiz or framework-trunk
directory and;</p>
- <p>Run the following command for Unix-like OS</p>
- <code>./gradlew cleanAll loadDefault</code><p></p>
- <p>Run the following command for MS Windows</p>
- <code>gradlew cleanAll loadDefault</code>
- <p></p>
- <h3>Starting and Running the ofbiz-framework trunk or 18.12</h3>
+ <h3>Starting and Running the ofbiz-framework trunk or Release 24.09</h3>
<p>To start OFBiz running locally, navigate to the trunk directory and;</p>
<p>Run the following command for Unix-like OS</p>
<code>./gradlew ofbiz</code><p></p>