Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 17279 invoked from network); 1 Jun 2010 23:58:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 23:58:01 -0000 Received: (qmail 14586 invoked by uid 500); 1 Jun 2010 23:58:01 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 14562 invoked by uid 500); 1 Jun 2010 23:58:01 -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 14554 invoked by uid 99); 1 Jun 2010 23:58:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 23:58:01 +0000 X-ASF-Spam-Status: No, hits=-1487.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 23:58:00 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o51Nveri025676 for ; Tue, 1 Jun 2010 23:57:40 GMT Message-ID: <28762097.118771275436660839.JavaMail.jira@thor> Date: Tue, 1 Jun 2010 19:57:40 -0400 (EDT) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Resolved: (HBASE-2329) [maven] mvn install breaks running tests, it does not include hbase classes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-2329. -------------------------- Resolution: Invalid Something was going on here but it hasn't happened in ages (not to me). Resolving as 'Invalid'. Lets open anew if seen again. > [maven] mvn install breaks running tests, it does not include hbase classes > --------------------------------------------------------------------------- > > Key: HBASE-2329 > URL: https://issues.apache.org/jira/browse/HBASE-2329 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: Paul Smith > Fix For: 0.21.0 > > Attachments: compile-test.log, mvn-clean-install.log > > > In current trunk, mvn install is broke. Test compilation fails: > {code} > [INFO] [resources:testResources {execution: default-testResources}] > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 4 resources > [INFO] [compiler:testCompile {execution: default-testCompile}] > [INFO] Compiling 101 source files to /Users/Stack/checkouts/trunk/core/target/test-classes > [INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] /Users/Stack/checkouts/trunk/core/src/test/java/org/apache/hadoop/hbase/io/hfile/TestSeekTo.java:[26,30] [deprecation] org.apache.hadoop.hbase.HBaseTestCase in org.apache.hadoop.hbase has been deprecated > [ERROR] /Users/Stack/checkouts/trunk/core/src/test/java/org/apache/hadoop/hbase/io/hfile/TestSeekTo.java:[27,35] cannot find symbol > symbol : class Bytes > location: package org.apache.hadoop.hbase.util > [ERROR] /Users/Stack/checkouts/trunk/core/src/test/java/org/apache/hadoop/hbase/HBaseTestCase.java:[36,37] cannot find symbol > symbol : class Delete > location: package org.apache.hadoop.hbase.client > ... > {code} > It does not seem to be able to find hbase classes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.