Re: maven cassandra plugin

2011-01-06 Thread Stephen Connolly
already doing that - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 6 Jan 2011 21:09, "Ran Tavory" wrote:

Re: maven cassandra plugin

2011-01-06 Thread Stephen Connolly
fine by me - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 6 Jan 2011 21:40, "Jonathan Ellis" wrote: > We're planning to clean out contrib: > https://issues.apache.org/jira

Re: maven cassandra plugin

2011-01-06 Thread Stephen Connolly
testers welcome - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 6 Jan 2011 20:45, "B. Todd Burruss" wrote: > would u like some testers? we were about to write one. > > On 0

Re: maven cassandra plugin

2011-01-06 Thread Stephen Connolly
capistrano is a different use case. the maven plugin is for integration testing, not live deployment - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 6 Jan 2011 21:32, "shimi

Re: maven cassandra plugin

2011-01-06 Thread B. Todd Burruss
starting cassandra within maven is very useful (needed) for automated integration testing. however, i'm interested in deployment tools as well On 01/06/2011 01:32 PM, shimi wrote: I use Capistrano for install, upgrades, start, stop and restart. I use it for other projects as well. It is very

Re: maven cassandra plugin

2011-01-06 Thread Jonathan Ellis
We're planning to clean out contrib: https://issues.apache.org/jira/browse/CASSANDRA-1805 Maybe tools? On Thu, Jan 6, 2011 at 2:43 PM, Stephen Connolly wrote: > I nearly have one ready... > > my plan is to have it added to contrib... if the cassandra devs agree > > -stephen > > - Stephen > > ---

Re: maven cassandra plugin

2011-01-06 Thread shimi
I use Capistrano for install, upgrades, start, stop and restart. I use it for other projects as well. It is very useful for automated tasks that needs to run on multiple machines Shiy On 2011 1 6 21:38, "B. Todd Burruss" wrote: has anyone created a maven plugin, like cargo for tomcat, for autom

Re: maven cassandra plugin

2011-01-06 Thread Ran Tavory
Stephen, just FYI cassandra cannot be stopped cleanly. It's jvm must be taken down. So the plugin would need to probably fork a jvm and kill it when it's done. On Thursday, January 6, 2011, B. Todd Burruss wrote: > > > > > > > would u like some testers?  we were about to write one. > > On

Re: maven cassandra plugin

2011-01-06 Thread B. Todd Burruss
would u like some testers? we were about to write one. On 01/06/2011 12:43 PM, Stephen Connolly wrote: I nearly have one ready... my plan is to have it added to contrib... if the cassandra devs agree -stephen - Stephen --- Sent from my Android phone, so random spelling mistakes, random no

Re: maven cassandra plugin

2011-01-06 Thread Stephen Connolly
I nearly have one ready... my plan is to have it added to contrib... if the cassandra devs agree -stephen - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 6 Jan 2011 19:38,

maven cassandra plugin

2011-01-06 Thread B. Todd Burruss
has anyone created a maven plugin, like cargo for tomcat, for automating starting/stopping a cassandra instance?