Return-Path: X-Original-To: apmail-ofbiz-dev-archive@www.apache.org Delivered-To: apmail-ofbiz-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3771BD392 for ; Wed, 19 Sep 2012 19:10:09 +0000 (UTC) Received: (qmail 23218 invoked by uid 500); 19 Sep 2012 19:10:08 -0000 Delivered-To: apmail-ofbiz-dev-archive@ofbiz.apache.org Received: (qmail 23170 invoked by uid 500); 19 Sep 2012 19:10:08 -0000 Mailing-List: contact dev-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list dev@ofbiz.apache.org Received: (qmail 23067 invoked by uid 99); 19 Sep 2012 19:10:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 19:10:08 +0000 Date: Thu, 20 Sep 2012 06:10:08 +1100 (NCT) From: "Christian Geisert (JIRA)" To: dev@ofbiz.apache.org Message-ID: <1575140864.98828.1348081808543.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (OFBIZ-3993) Build and run in openjdk 1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OFBIZ-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Geisert resolved OFBIZ-3993. -------------------------------------- Resolution: Fixed Fix Version/s: Release Branch 10.04 > 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 > Fix For: Release Branch 10.04 > > 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 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) > [javac16] location: interface java.util.List> > [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 For more information on JIRA, see: http://www.atlassian.com/software/jira