From dev-return-16228-archive-asf-public=cust-asf.ponee.io@reef.apache.org Sat Mar 17 02:32:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id AD84A180608 for ; Sat, 17 Mar 2018 02:32:03 +0100 (CET) Received: (qmail 86361 invoked by uid 500); 17 Mar 2018 01:32:02 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 86349 invoked by uid 99); 17 Mar 2018 01:32:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Mar 2018 01:32:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0A9A01A0905 for ; Sat, 17 Mar 2018 01:32:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.51 X-Spam-Level: X-Spam-Status: No, score=-101.51 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id p6dOFOLxvPEc for ; Sat, 17 Mar 2018 01:32:01 +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 1309B5F1B3 for ; Sat, 17 Mar 2018 01:32:01 +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 6F76BE00C7 for ; Sat, 17 Mar 2018 01:32:00 +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 26FA821288 for ; Sat, 17 Mar 2018 01:32:00 +0000 (UTC) Date: Sat, 17 Mar 2018 01:32:00 +0000 (UTC) From: "Markus Weimer (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (REEF-1993) Fix build dependency with the bridge and client when building in VS2017 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/REEF-1993?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Weimer resolved REEF-1993. --------------------------------- Resolution: Fixed Resolved via [#1436|https://github.com/apache/reef/pull/1436] > Fix build dependency with the bridge and client when building in VS2017 > ----------------------------------------------------------------------- > > Key: REEF-1993 > URL: https://issues.apache.org/jira/browse/REEF-1993 > Project: REEF > Issue Type: Sub-task > Reporter: Scott Inglis > Assignee: Scott Inglis > Priority: Trivial > > When on a clean build, building the solution in VS will fail as the clien= t will try to generate a resx file to embed the bridge as a resource. Since= the bridge has not built, this step fails. As a work-around, building the = Bridge first then the solution fixes the problem. > =C2=A0 > Building from the command line works as expected. -- This message was sent by Atlassian JIRA (v7.6.3#76005)