Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-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 A6870E99A for ; Mon, 25 Feb 2013 11:40:17 +0000 (UTC) Received: (qmail 62524 invoked by uid 500); 25 Feb 2013 11:40:15 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 62215 invoked by uid 500); 25 Feb 2013 11:40:15 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 62153 invoked by uid 99); 25 Feb 2013 11:40:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2013 11:40:13 +0000 Date: Mon, 25 Feb 2013 11:40:13 +0000 (UTC) From: "nkeywal (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-7927) Bad classpath generation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 nkeywal created HBASE-7927: ------------------------------ Summary: Bad classpath generation Key: HBASE-7927 URL: https://issues.apache.org/jira/browse/HBASE-7927 Project: HBase Issue Type: Bug Components: build Affects Versions: 0.96.0 Reporter: nkeywal I don't know why, but when you do a mvn dependency:tree, everything looks fine. When you look at the generated target/cached_classpath.txt you see 2 versions of netty: netty-3.2.4.Final.jar and netty-3.5.9.Final.jar. This is bad and can lead to unpredictable behavior. I haven't looked at the other dependencies. -- 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