Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Release Branch 10.04
-
None
-
None
-
Fedora 10 + OpenJDK 1.6.0 (build 14.0-16) + OFBiz 10.04
Description
OFBiz cannot be built in OpenJDK 1.6.0 reported by fdap@free.fr:
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
Attachments
Attachments
Issue Links
- is related to
-
OFBIZ-4387 Generic class instantiations with incorrect type parameters
- Closed
- relates to
-
OFBIZ-4638 OFBiz does not build when using OpenJDK 7
- Closed
-
OFBIZ-4749 OfBiz 10.04 Does not compile with Oracle JDK 7
- Closed
-
OFBIZ-4102 Remove most of the java compilation warning (generics markup, unused code/import)
- Closed