Re: cassandra 0.6.11 binary package problem

2011-02-04 Thread Stephen Connolly
That's because of an issue I found in the ANT scripts while doing the maven-ant-tasks switch on 0.7.0. Any jar in build will be bundled... (so ivy goes into the bin dist... when I did the m-a-t version eric was wondering why i was including m-a-t in the bin dist, and I said I was being symmetric w

Re: cassandra 0.6.11 binary package problem

2011-02-03 Thread Jean-Yves LEBLEU
Don't known, only checked http://www.apache.org/dyn/closer.cgi?path=/cassandra/0.6.11/apache-cassandra-0.6.11-bin.tar.gz Rgds. JY On Thu, Feb 3, 2011 at 3:36 PM, Jonathan Ellis wrote: > Well, that's odd. :) > > Do any of the other tar.gz balls contain multiple jars? > > On Thu, Feb 3, 2011 at 6:0

Re: cassandra 0.6.11 binary package problem

2011-02-03 Thread Jonathan Ellis
Well, that's odd. :) Do any of the other tar.gz balls contain multiple jars? On Thu, Feb 3, 2011 at 6:06 AM, Jean-Yves LEBLEU wrote: > Hi all, > > Just for info, in apache-cassandra-0.6.11-bin.tar.gz there are both > apache-cassandra-0.6.10.jar  and apache-cassandra-0.6.11.jar in the > lib direc

cassandra 0.6.11 binary package problem

2011-02-03 Thread Jean-Yves LEBLEU
Hi all, Just for info, in apache-cassandra-0.6.11-bin.tar.gz there are both apache-cassandra-0.6.10.jar and apache-cassandra-0.6.11.jar in the lib directory. Causing troubles to my upgrade scripts which use this file to get installed version and check if upgrade needed . :( Thanks for the g