From 1cd17032ea75615f7564d84130b87df7a5233ed6 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Fri, 29 Jan 2010 16:23:54 +0000 Subject: [PATCH] avro rpc schema and code generation Patch by eevans git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@904542 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 36 +++++++++++++- interface/cassandra.avpr | 100 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+), 2 deletions(-) create mode 100644 interface/cassandra.avpr diff --git a/build.xml b/build.xml index a06ab25586..af97094690 100644 --- a/build.xml +++ b/build.xml @@ -34,6 +34,7 @@ + @@ -86,6 +87,7 @@ + @@ -109,7 +111,7 @@ - + Downloading Ivy... @@ -127,6 +129,33 @@ pattern="${build.dir.lib}/[artifact]-[revision].[ext]" /> + + + + + + + + + + + + + + + + + + + + + + + + + Generating Thrift Java code from ${basedir}/interface/cassandra.thrift .... @@ -150,7 +179,7 @@ The build target builds all the .class files --> + depends="ivy-retrieve,generate,build-subprojects,build-project"/> @@ -162,6 +191,9 @@ + +