[jira] [Comment Edited] (CASSANDRA-7218) cassandra-all:2.1.0-beta1 maven dependency failing

2014-05-15 Thread Prasanth Gullapalli (JIRA)

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

Prasanth Gullapalli edited comment on CASSANDRA-7218 at 5/14/14 2:10 PM:
-

I have checked with both the beta versions highlighted in the screenshot 
attached. But it is not working.


was (Author: prasanthnath):
I have checked with both the beta versions highlighted in the screenshot. But 
it is not working.

> cassandra-all:2.1.0-beta1 maven dependency failing
> --
>
> Key: CASSANDRA-7218
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7218
> Project: Cassandra
>  Issue Type: Bug
>  Components: API, Core
>Reporter: Prasanth Gullapalli
>Assignee: Dave Brosius
> Fix For: 2.1 rc1
>
> Attachments: MvnRepos.jpg
>
>
> I have included cassandra-all in my gradle dependencies list. Here is it:
> compile org.apache.cassandra:cassandra-all:2.1.0-beta1
> But when I am trying to build, it is failing with the following exception:
> * What went wrong:
> Could not resolve all dependencies for configuration ':mapro-commons:compile'.
> > Could not find com.github.stephenc:jamm:0.2.6.
>   Required by:
>   MAPro_Transactor:mapro-commons:1.0 > 
> org.apache.cassandra:cassandra-all:2.1.0-beta1
> Now I can not find com.github.stephenc:jamm:0.2.6. in maven repository.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Comment Edited] (CASSANDRA-7218) cassandra-all:2.1.0-beta1 maven dependency failing

2014-05-15 Thread Dave Brosius (JIRA)

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

Dave Brosius edited comment on CASSANDRA-7218 at 5/14/14 3:12 PM:
--

yes, as i said, try the __next__ beta (rc) version we cut, not existing ones. I 
agree the existing ones are broken.

or you can git clone this
{code}
https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/heads/cassandra-2.1
{code}

run,

ant publish

and try against the pom found in your local repository 
{code}
~/.m2/repository/org/apache/cassandra/${version}/cassandra-all/cassandra-all-${version}.pom
{code}



was (Author: dbrosius):
yes, as i said, try the __next__ beta (rc) version we cut, not existing ones. I 
agree the existing ones are broken.

or you can git clone this

https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/heads/cassandra-2.1

run,

ant publish

and try against the pom found in your local repository 
~/.m2/repository/org/apache/cassandra/${version}/cassandra-all/cassandra-all-${version}.pom



> cassandra-all:2.1.0-beta1 maven dependency failing
> --
>
> Key: CASSANDRA-7218
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7218
> Project: Cassandra
>  Issue Type: Bug
>  Components: API, Core
>Reporter: Prasanth Gullapalli
>Assignee: Dave Brosius
> Fix For: 2.1 rc1
>
> Attachments: MvnRepos.jpg
>
>
> I have included cassandra-all in my gradle dependencies list. Here is it:
> compile org.apache.cassandra:cassandra-all:2.1.0-beta1
> But when I am trying to build, it is failing with the following exception:
> * What went wrong:
> Could not resolve all dependencies for configuration ':mapro-commons:compile'.
> > Could not find com.github.stephenc:jamm:0.2.6.
>   Required by:
>   MAPro_Transactor:mapro-commons:1.0 > 
> org.apache.cassandra:cassandra-all:2.1.0-beta1
> Now I can not find com.github.stephenc:jamm:0.2.6. in maven repository.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Comment Edited] (CASSANDRA-7218) cassandra-all:2.1.0-beta1 maven dependency failing

2014-05-15 Thread Prasanth Gullapalli (JIRA)

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

Prasanth Gullapalli edited comment on CASSANDRA-7218 at 5/14/14 4:26 AM:
-

I tried it with 2.1beta2 as well. But the same dependency issue exists even 
there. In fact it is throwing more number of dependency issues. Here is the 
stack trace:

* What went wrong:  
 
Could not resolve all dependencies for configuration ':mapro-commons:compile'.  
 
> Could not find ch.qos.logback:logback-classic:1.1.12. 
>  
  Required by:  
 
  MAPro_Transactor:mapro-commons:1.0 > 
com.adaequare.mapro.model:mapro-model:2.0-SNAPSHOT
> Could not find io.netty:netty:4.0.17.Final.   
>  
  Required by:  
 
  MAPro_Transactor:mapro-commons:1.0 > 
com.datastax.cassandra:cassandra-driver-core:2.0.1
> Could not find ch.qos.logback:logback-core:1.1.12.
>  
  Required by:  
 
  MAPro_Transactor:mapro-commons:1.0 > 
org.apache.cassandra:cassandra-all:2.1.0-beta2
> Could not find ch.qos.logback:logback-classic:1.1.12. 
>  
  Required by:  
 
  MAPro_Transactor:mapro-commons:1.0 > 
org.apache.cassandra:cassandra-all:2.1.0-beta2
> Could not find com.github.stephenc:jamm:0.2.6.
>  
  Required by:  
 
  MAPro_Transactor:mapro-commons:1.0 > 
org.apache.cassandra:cassandra-all:2.1.0-beta2
> Could not find io.netty:netty:4.0.17.Final.   
>  
  Required by:  
 
  MAPro_Transactor:mapro-commons:1.0 > 
org.apache.cassandra:cassandra-all:2.1.0-beta2

 


was (Author: prasanthnath):
[~dbros...@apache.org]
I tried it with 2.1beta2 as well. But the same dependency issue exists even 
there. In fact it is throwing more number of dependency issues. Here is the 
stack trace:

* What went wrong:  
 
Could not resolve all dependencies for configuration ':mapro-commons:compile'.  
 
> Could not find ch.qos.logback:logback-classic:1.1.12. 
>  
  Required by:  
 
  MAPro_Transactor:mapro-commons:1.0 > 
com.adaequare.mapro.model:mapro-model:2.0-SNAPSHOT
> Could not find io.netty:netty:4.0.17.Final.   
>  
  Required by:  
 
  MAPro_Transactor:mapro-commons:1.0 > 
com.datastax.cassandra:cassandra-driver-core:2.0.1
> Could not find ch.qos.logback:logback-core:1.1.12.
>  
  Required by:  
 
  MAPro_Transactor:mapro-commons:1.0 > 
org.apache.cassandra:cassandra-all:2.1.0-beta2
> Could not find ch.qos.logback:logback-classic:1.1.12. 
>  
  Required by:  
 
  MAPro_Transactor:mapro-commons:1.0 > 
org.apache.cassandra:cassandra-all:2.1.0-beta2
> Could not find com.github.stephenc:jamm:0.2.6.
>  
  Required by:  
 
  MAPro_Transactor:mapro-commons:1.0 > 
org.apache.cassandra:cassandra-all:2.1.0-beta2
> Could not find io.netty:netty:4.0.17.Final.   
>  
  Required by:  
 
  MAPro_Transactor:mapro-commons:1.0 > 
org.apache.cassandra:cassandra-all:2.1.0-beta2

 

> cassandra-all:2.1.0-beta1 maven dependency failing
> --
>
> Key: CASSANDRA-7218
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7218
> Project: Cassandra
>  Is

[jira] [Comment Edited] (CASSANDRA-7218) cassandra-all:2.1.0-beta1 maven dependency failing

2014-05-14 Thread Dave Brosius (JIRA)

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

Dave Brosius edited comment on CASSANDRA-7218 at 5/14/14 3:17 PM:
--

yes, as i said, try the __next__ beta (rc) version we cut, not existing ones. I 
agree the existing ones are broken.

or you can git clone this
{code}
https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/heads/cassandra-2.1
{code}

run,
{code}
ant publish
{code}

and try against the pom found in your local repository 
{code}
~/.m2/repository/org/apache/cassandra/cassandra-all/${version}/cassandra-all-${version}.pom
{code}



was (Author: dbrosius):
yes, as i said, try the __next__ beta (rc) version we cut, not existing ones. I 
agree the existing ones are broken.

or you can git clone this
{code}
https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/heads/cassandra-2.1
{code}

run,

ant publish

and try against the pom found in your local repository 
{code}
~/.m2/repository/org/apache/cassandra/${version}/cassandra-all/cassandra-all-${version}.pom
{code}


> cassandra-all:2.1.0-beta1 maven dependency failing
> --
>
> Key: CASSANDRA-7218
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7218
> Project: Cassandra
>  Issue Type: Bug
>  Components: API, Core
>Reporter: Prasanth Gullapalli
>Assignee: Dave Brosius
> Fix For: 2.1 rc1
>
> Attachments: MvnRepos.jpg
>
>
> I have included cassandra-all in my gradle dependencies list. Here is it:
> compile org.apache.cassandra:cassandra-all:2.1.0-beta1
> But when I am trying to build, it is failing with the following exception:
> * What went wrong:
> Could not resolve all dependencies for configuration ':mapro-commons:compile'.
> > Could not find com.github.stephenc:jamm:0.2.6.
>   Required by:
>   MAPro_Transactor:mapro-commons:1.0 > 
> org.apache.cassandra:cassandra-all:2.1.0-beta1
> Now I can not find com.github.stephenc:jamm:0.2.6. in maven repository.



--
This message was sent by Atlassian JIRA
(v6.2#6252)