How to build and use modified Cassandra src code?

2011-05-10 Thread Sameer Farooqui
I just edited the MessagingServices.java and OutboundTcpConnection.java files in 0.8.0beta 2 and build it successfully using Ant (I just ran the ant command in the apache-cassandra-0.8.0-beta2-src directory). I need some help with how to deploy the newly build binaries to a new Cassandra cluster

Re: How to build and use modified Cassandra src code?

2011-05-10 Thread aaron morton
try ant artifacts that will package up the same bin and src releases into the build dir you see on the website. Cheers - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 11 May 2011, at 12:42, Sameer Farooqui wrote: I just edited the