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 68AA8200BB3 for ; Wed, 2 Nov 2016 08:27:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 67217160B0C; Wed, 2 Nov 2016 07:27:00 +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 D10ED160AEA for ; Wed, 2 Nov 2016 08:26:59 +0100 (CET) Received: (qmail 16671 invoked by uid 500); 2 Nov 2016 07:26:58 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 16631 invoked by uid 99); 2 Nov 2016 07:26:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2016 07:26:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B05ED2C1F5A for ; Wed, 2 Nov 2016 07:26:58 +0000 (UTC) Date: Wed, 2 Nov 2016 07:26:58 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16976) hbase-protocol-shaded module generates classes to wrong directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 02 Nov 2016 07:27:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-16976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15628043#comment-15628043 ] Hudson commented on HBASE-16976: -------------------------------- FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1900 (See [https://builds.apache.org/job/HBase-Trunk_matrix/1900/]) HBASE-16976 Use standard directory for building class files for (busbey: rev c93c194e5a0fee53f9a0bf16f1bb9c03a86879d8) * (edit) hbase-protocol-shaded/pom.xml > hbase-protocol-shaded module generates classes to wrong directory > ----------------------------------------------------------------- > > Key: HBASE-16976 > URL: https://issues.apache.org/jira/browse/HBASE-16976 > Project: HBase > Issue Type: Bug > Components: build > Reporter: Josh Elser > Assignee: Josh Elser > Priority: Minor > Fix For: 2.0.0 > > Attachments: HBASE-16976.001.patch > > > I've been fighting with getting master to import/build normally inside of Eclipse (a bit seems to have come in as a part of the shaded protocol work). > Once thing I see definitely wrong is that Eclipse is balking at the source files being compiled in {{target/}} instead of {{target/classes}}. This looks like an omission since there is no good reason to not use the standard convention of {{target/classes}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)