[ 
https://issues.apache.org/jira/browse/OFBIZ-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195742#comment-13195742
 ] 

Joe Bordes commented on OFBIZ-3993:
-----------------------------------

I just checkedout 11.04 from 
http://svn.apache.org/repos/asf/ofbiz/branches/release11.04 and ran into this 
problem on my Ubuntu 11.10 with java:
java version "1.6.0_23"
OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre11-0ubuntu1.11.10.1)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)

I took the patch that is attached to this ticket for 10.04 and applied it (with 
no problems) to 11.04. I then ran into similar problems in other parts of the 
application. Following the same idea of the original patch I changed other 
toMap() calls and compiled 11.04. Did some very basic testing, and all seems to 
be working correctly so I attach the adapted patch in case it can be validated 
or help others.
                
> 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-11.04-openjdk1.6-patch.txt
>
>
> OFBiz cannot be built in OpenJDK 1.6.0 reported by f...@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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to