Hmm, something weird on your end? fresh svn co https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1 + ant build works fine here.
On Fri, Aug 14, 2009 at 12:39 PM, Michael Greene<[email protected]> wrote: > -1 > > build-project: > [echo] apache-cassandra-incubating: > E:\sources\cassandra-0.4.0-beta1\build. > xml > [javac] Compiling 259 source files to > E:\sources\cassandra-0.4.0-beta1\build > \classes > [javac] > E:\sources\cassandra-0.4.0-beta1\src\java\org\apache\cassandra\servi > ce\StorageProxy.java:484: > name clash: dispatchMessages(Map<String,ReadCommand[]> > ,Map<String,Message[]>) and > dispatchMessages(Map<String,EndPoint>,Map<String,Mes > sage>) have the same erasure > [javac] private static MultiQuorumResponseHandler > dispatchMessages(Map<S > tring, ReadCommand[]> readMessages, Map<String, Message[]> messages) > throws IOEx ception > [javac] ^ > [javac] > E:\sources\cassandra-0.4.0-beta1\src\java\org\apache\cassandra\servi > ce\StorageProxy.java:544: > method dispatchMessages in class StorageProxy cannot b > e applied to given types > [javac] MultiQuorumResponseHandler cb = > dispatchMessages(readMessage > s, replicaMessages); > [javac] ^ > [javac] required: Map<String,EndPoint>,Map<String,Message> > [javac] found: Map<String,ReadCommand[]>,Map<String,Message[]> > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 2 errors > > > > On Fri, Aug 14, 2009 at 12:35 PM, Jun Rao<[email protected]> wrote: >> +1. >> >> Jun >> IBM Almaden Research Center >> K55/B1, 650 Harry Road, San Jose, CA 95120-6099 >> >> [email protected] >> >> >> Jonathan Ellis ---08/14/2009 10:04:11 AM---I thought it best to take a new >> vote on making an *official* release of 0.4 beta 1. >> >> >> From: >> Jonathan Ellis <[email protected]> >> To: >> [email protected] >> Date: >> 08/14/2009 10:04 AM >> Subject: >> [re-vote] cassandra 0.4 beta 1 >> ________________________________ >> >> >> >> I thought it best to take a new vote on making an *official* release >> of 0.4 beta 1. >> >> I've tagged a recent trunk as >> https://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-beta1 >> -- this is what will be built as the beta. >> >> +1 (binding) from me. >> >> -Jonathan >> >> >> >
