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 E88FC200C5F for ; Sun, 23 Apr 2017 14:44:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DC800160BA6; Sun, 23 Apr 2017 12:44:13 +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 2DB98160B8E for ; Sun, 23 Apr 2017 14:44:13 +0200 (CEST) Received: (qmail 43163 invoked by uid 500); 23 Apr 2017 12:44:12 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 43154 invoked by uid 99); 23 Apr 2017 12:44:12 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Apr 2017 12:44:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D8673C0F79 for ; Sun, 23 Apr 2017 12:44:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -98.702 X-Spam-Level: X-Spam-Status: No, score=-98.702 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id tjZsFbdjn3Ar for ; Sun, 23 Apr 2017 12:44:11 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D5EE45F20C for ; Sun, 23 Apr 2017 12:44:10 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D3ABDE02A9 for ; Sun, 23 Apr 2017 12:44:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 353D821B53 for ; Sun, 23 Apr 2017 12:44:04 +0000 (UTC) Date: Sun, 23 Apr 2017 12:44:04 +0000 (UTC) From: "Jacek Laskowski (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-6360) Failed to create assembly for Scala 2.11 due to tools/change-scala-version.sh not changing flink-gelly-examples_2.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 23 Apr 2017 12:44:14 -0000 [ https://issues.apache.org/jira/browse/FLINK-6360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15980382#comment-15980382 ] Jacek Laskowski commented on FLINK-6360: ---------------------------------------- Thanks [~greghogan]. I'll fix the root cause of it and then we could discuss {{examples.xml}}, ok? > Failed to create assembly for Scala 2.11 due to tools/change-scala-version.sh not changing flink-gelly-examples_2.10 > -------------------------------------------------------------------------------------------------------------------- > > Key: FLINK-6360 > URL: https://issues.apache.org/jira/browse/FLINK-6360 > Project: Flink > Issue Type: Bug > Components: Build System > Affects Versions: 1.3.0 > Reporter: Jacek Laskowski > Priority: Minor > > I'm building Flink for Scala 2.11 using the following command: > {code} > oss; cd flink; gco -- .; gl && \ > ./tools/change-scala-version.sh 2.11 && \ > mvn clean install -DskipTests -Dhadoop.version=2.7.3 -Dscala.version=2.11.7 > {code} > For the past couple of days I've been unable to build Flink because of the following error: > {code} > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (bin) on project flink-dist_2.11: Failed to create assembly: Error adding file to archive: /Users/jacek/dev/oss/flink/flink-dist/../flink-libraries/flink-gelly-examples/target/flink-gelly-examples_2.10-1.3-SNAPSHOT.jar -> [Help 1] > {code} > I've been able to trace it down to {{flink-dist/src/main/assemblies/bin.xml}} not being changed by {{./tools/change-scala-version.sh}} so the build tries to include {{flink-gelly-examples_2.10}} rather than {{flink-gelly-examples_2.11}}. > Please comment if my reasoning is correct or not and I'd be happy to work on it. Thanks. -- This message was sent by Atlassian JIRA (v6.3.15#6346)