Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8DE14200B83 for ; Sat, 3 Sep 2016 08:00:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8C62A160ACE; Sat, 3 Sep 2016 06:00:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 06042160A8C for ; Sat, 3 Sep 2016 08:00:30 +0200 (CEST) Received: (qmail 88439 invoked by uid 500); 3 Sep 2016 06:00:30 -0000 Mailing-List: contact notifications-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 notifications@ofbiz.apache.org Received: (qmail 88401 invoked by uid 99); 3 Sep 2016 06:00:30 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Sep 2016 06:00:30 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 171CC2C014F for ; Sat, 3 Sep 2016 06:00:30 +0000 (UTC) Date: Sat, 3 Sep 2016 06:00:30 +0000 (UTC) From: "Taher Alkhateeb (JIRA)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OFBIZ-8119) Character encoding issue found in file build.gradle MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 03 Sep 2016 06:00:31 -0000 [ https://issues.apache.org/jira/browse/OFBIZ-8119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15460472#comment-15460472 ] Taher Alkhateeb commented on OFBIZ-8119: ---------------------------------------- hello, gradle encoding is already UTF-8 by default. I think some of your files are not in compliance. I can't tell for sure because the screenshot is in chinese. > Character encoding issue found in file build.gradle > --------------------------------------------------- > > Key: OFBIZ-8119 > URL: https://issues.apache.org/jira/browse/OFBIZ-8119 > Project: OFBiz > Issue Type: Bug > Components: ALL APPLICATIONS > Affects Versions: Trunk > Environment: Window10 > java version "1.8.0_101" > Reporter: fumiyoshi.to > Priority: Minor > Attachments: OFBIZ-8119_CharacterEncodingInBuildFile.patch, build-error.png > > > I cann't build ofbiz when I run gradlew. > I found utf-8 should be the default character encoding used by the comipiling work. > eg. > def defaultEncoding = 'UTF-8' > tasks.withType(AbstractCompile)*.options*.encoding = defaultEncoding > tasks.withType(GroovyCompile)*.groovyOptions*.encoding = defaultEncoding -- This message was sent by Atlassian JIRA (v6.3.4#6332)