Re: Upgrade to Hector and Cassandra 1.1.X

2012-07-09 Thread Lewis John Mcgibbney
Hi Alexis, We made the decision to phase towards Maven for the build lifecycle therefore Any + Ivy will most certainly be outdated for all modules. Best Lewis On Sun, Jul 8, 2012 at 8:52 PM, Alexis alexis.detregl...@gmail.com wrote: Hi Kaz, Currently, in my case, gora-cassandra build fails.

Re: Upgrade to Hector and Cassandra 1.1.X

2012-07-08 Thread Alexis
Hi Kaz, Currently, in my case, gora-cassandra build fails. Any idea why the build appears as successful on Hudson? https://builds.apache.org/job/gora-trunk/337/org.apache.gora$gora-cassandra/ $ svn co http://svn.apache.org/repos/asf/gora/trunk/ gora $ cd gora/gora-cassandra $ ant compile:

Re: Upgrade to Hector and Cassandra 1.1.X

2012-06-01 Thread Kazuomi Kashii
Regarding dependency, gora-cassandra is a client library of Cassandra via Hector, so it depends only apache-cassandra-thrift-1.1.0.jar (or ...-1.0.x.jar), and cassandra-all is not necessary. -Kaz On 6/1/12 6:50 AM, Lewis John Mcgibbney wrote: Afternoon Everyone (specifically Kazuomi), In

Re: Upgrade to Hector and Cassandra 1.1.X

2012-06-01 Thread Kazuomi Kashii
I found the following in hector-core-1.1-0.pom of .m2/repository/org/hectorclient/hector-core/1.1-0. !--for abstract types? -- dependency groupIdorg.apache.cassandra/groupId artifactIdcassandra-all/artifactId /dependency Currently, I am not sure that it is really necessary. Anyway, we should