You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeff Ferland (JIRA)" <ji...@apache.org> on 2015/05/14 00:44:00 UTC

[jira] [Commented] (CASSANDRA-8278) Build Issue

    [ https://issues.apache.org/jira/browse/CASSANDRA-8278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14542865#comment-14542865 ] 

Jeff Ferland commented on CASSANDRA-8278:
-----------------------------------------

I've experienced the same issue. Experienced with clean install of Ubuntu Trusty, clean pull of trunk, and having followed the ant realclean and rm -r ~/.m2 commands. Different 

{quote}
  Path to dependency: 
  	1) org.apache.cassandra:cassandra-coverage-deps:jar:3.0.0-SNAPSHOT
  	2) net.sourceforge.cobertura:cobertura:jar:2.0.3
  	3) com.sun:tools:jar:0

----------

1 required artifact is missing.

for artifact: 
  org.apache.cassandra:cassandra-coverage-deps:jar:3.0.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)



Total time: 1 minute 18 seconds
/cassandra# git log | head -n 1
commit ea1d1614211b01d86d440dce8fe1a60a0bc3c7c1
{quote}

> Build Issue
> -----------
>
>                 Key: CASSANDRA-8278
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8278
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: Mac OS X Yosemit
>            Reporter: David Laxer
>
> BUILD FAILED
> /Users/davidlaxer/cassandra/build.xml:545: Unable to resolve artifact: Missing:
> ----------
> 1) org.apache.hadoop:hadoop-minicluster:jar:1.0.3
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.hadoop -DartifactId=hadoop-minicluster -Dversion=1.0.3 -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.hadoop -DartifactId=hadoop-minicluster -Dversion=1.0.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.cassandra:cassandra-build-deps:jar:3.0.0-SNAPSHOT
>   	2) org.apache.hadoop:hadoop-minicluster:jar:1.0.3
> ----------
> 1 required artifact is missing.
> for artifact: 
>   org.apache.cassandra:cassandra-build-deps:jar:3.0.0-SNAPSHOT
> from the specified remote repositories:
>   apache (https://repository.apache.org/content/repositories/releases),
>   central (http://repo1.maven.org/maven2),
>   java.net2 (http://download.java.net/maven/2)
> Total time: 59 seconds



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)