[
https://issues.apache.org/jira/browse/OFBIZ-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974797#action_12974797 ]
BJ Freeman commented on OFBIZ-3993:
-----------------------------------
did a
wget
http://ci.apache.org/projects/ofbiz/snapshots/ofbiz-trunk-current.zipunzip -o ofbiz-trunk-current.zip
./ant clean-all
> ./ant run-install
Buildfile: build.xml
ofbiz-init:
build:
[echo] [build] ========== Start Building (Compile) ==========
ofbiz-init:
dir-init:
copy-derby-props:
build:
[echo] [build] ========== Start Building Framework (Compile) ==========
BUILD FAILED
/opt/apache/testcompile/build.xml:187: The following error occurred while executing this line:
/opt/apache/testcompile/framework/build.xml:148: The following error occurred while executing this line:
/opt/apache/testcompile/macros.xml:32: The following error occurred while executing this line:
/opt/apache/testcompile/framework/start/build.xml:22: The following error occurred while executing this line:
/opt/apache/testcompile/common.xml:59: Unable to create javax script engine for javascript
Total time: 0 seconds
> Build and run in openjdk 1.6
> ----------------------------
>
> Key: OFBIZ-3993
> URL:
https://issues.apache.org/jira/browse/OFBIZ-3993> Project: OFBiz
> Issue Type: Bug
> Affects Versions: Release Branch 10.04
> Environment: Fedora 10 + OpenJDK 1.6.0 (build 14.0-16) + OFBiz 10.04
> Reporter: Shi Yusen
> Attachments: ofbiz-10.04-openjdk1.6-patach.txt
>
>
> OFBiz cannot be built in OpenJDK 1.6.0 reported by
[hidden email]:
> build:
> [echo] [build] ========== Start Building Framework (Compile) ==========
> .../...
> classes:
> [javac16] /srv/www/Ofbiz-10.04/common.xml:93: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
> [javac16] Compiling 55 source files to /srv/www/Ofbiz-10.04/applications/product/build/classes
> [javac16] /srv/www/Ofbiz-10.04/applications/product/src/org/ofbiz/product/product/ProductSearchSession.java:1231: cannot find symbol
> [javac16] symbol : method add(java.util.Map<java.lang.String,java.lang.Object>)
> [javac16] location: interface java.util.List<java.util.Map<java.lang.String,java.lang.String>>
> [javac16] featureCountList.add(UtilMisc.toMap("productFeatureId", (String) searchResult.get("pfacProductFeatureId"), "productFeatureTypeId", (String) searchResult.get("pfcProductFeatureTypeId"), "description", (String) searchResult.get("pfcDescription"), "featureCount", Long.toString((Long) searchResult.get("featureCount"))));
> [javac16] ^
> [javac16] 1 error
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.