Author: jleroux
Date: Mon Jan 31 21:44:14 2011
New Revision: 1065811
URL:
http://svn.apache.org/viewvc?rev=1065811&view=revLog:
Fix a "bug" reported by X Freeman "[apache-ofbiz-10.04.zip stable release] build error with java 1.5" (
https://issues.apache.org/jira/browse/OFBIZ-4155) - OFBIZ-4155
I cannot build apache-ofbiz-10.04.zip stable release with java 1.5 because i get the following error:
===================================================================
C:\apache-ofbiz-10.04>ant run-install run
C:\apache-ofbiz-10.04>ECHO OFF
C:\apache-ofbiz-10.04>"c:\programs\java\jdk1.5.0_15\bin\java" -jar framework/base/lib/ant-launcher-1.7.1.jar -lib framework/base/lib/ant run-install run
Buildfile: build.xml
BUILD FAILED
C:\apache-ofbiz-10.04\build.xml:22: The following error occurred while executing this line:
C:\apache-ofbiz-10.04\macros.xml:153: Unable to load a script engine manager (org.apache.bsf.BSFManager or javax.script.ScriptEngineManager)
Total time: 0 seconds
C:\apache-ofbiz-10.04>
===================================================================
The ofbiz requirements at the page
http://ofbiz.apache.org/download.html should be updated.
(With java 1.6.0_23 the build is successful)
Modified:
ofbiz/site/download.html
Modified: ofbiz/site/download.html
URL:
http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1065811&r1=1065810&r2=1065811&view=diff==============================================================================
--- ofbiz/site/download.html (original)
+++ ofbiz/site/download.html Mon Jan 31 21:44:14 2011
@@ -76,7 +76,7 @@
</ul>
<h4>What You Will Need To Do To Get Apache OFBiz 10.04 Running</h4>
<ul>
- <li>Make sure you have a Java 1.5 (minimum) SDK installed.</li>
+ <li>Make sure you have a Java 1.6 (minimum) SDK installed.</li>
<li>
Once your distribution is unpacked, navigate to the install directory and run
from the command line: