Re: Cassandra 0.6.0 Beta3 is missing a few jars

2010-03-21 Thread Eric Evans
On Sun, 2010-03-21 at 15:51 +0100, Roger Schildmeijer wrote: > README.txt tells you everything you need to know in order to run > Cassandra. > > hint: ant ivy-retrieve Right, it's also in the release notes, (aka NEWS.txt). This file is bursting with all sorts of need-to-know for people upgrading

Re: Cassandra 0.6.0 Beta3 is missing a few jars

2010-03-21 Thread Tom Chen
Thanks Roger, I totally missed that note. I have compiling off the trunk and switching between v5. Tom On Sun, Mar 21, 2010 at 7:51 AM, Roger Schildmeijer wrote: > README.txt tells you everything you need to know in order to run Cassandra. > > hint: ant ivy-retrieve > > On 21 mar 2010, at 15.4

Re: Cassandra 0.6.0 Beta3 is missing a few jars

2010-03-21 Thread Roger Schildmeijer
README.txt tells you everything you need to know in order to run Cassandra. hint: ant ivy-retrieve On 21 mar 2010, at 15.47em, Tom Chen wrote: > I just tried to run the cassandra beta 3, and I had some problems on startup > due to some missing jars. > > Running ant jar fixed the problem for m

Cassandra 0.6.0 Beta3 is missing a few jars

2010-03-21 Thread Tom Chen
I just tried to run the cassandra beta 3, and I had some problems on startup due to some missing jars. Running ant jar fixed the problem for me. It downloaded all the dependencies, but it did not finish the build.