[
https://issues.apache.org/jira/browse/HBASE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845675#action_12845675
]
stack commented on HBASE-2329:
------------------------------
So, works here on mac at home (Lars George also was on a mac apparently):
{code}
pynchon-2:trunk stack$ mvn -version
Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
Java version: 1.6.0_15
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.6" arch: "x86_64" Family: "mac"
{code}
Will check mvn version on breaking machine when get to desk in morning.
> [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: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Fix For: 0.21.0
>
>
> 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.