From 90764b0ac7130a1fe50b7d30d0b2566ee8959f01 Mon Sep 17 00:00:00 2001 From: Marcus Eriksson Date: Sat, 4 May 2013 21:23:24 +0200 Subject: [PATCH] fix bad merge --- build.xml | 89 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 54 insertions(+), 35 deletions(-) diff --git a/build.xml b/build.xml index 56a60cf93ab4..8650e2d1f5ac 100644 --- a/build.xml +++ b/build.xml @@ -130,6 +130,10 @@ + + + + @@ -156,6 +160,7 @@ + @@ -251,24 +256,21 @@ can be run stand-alone from a binary release artifact. --> - + depends="init" description="Fetch Maven ANT Tasks from Maven Local Repository"> - Downloading Maven ANT Tasks... - - - @@ -361,7 +363,7 @@ - + @@ -383,7 +385,7 @@ - + @@ -525,7 +527,7 @@ - + - + @@ -583,11 +585,9 @@ - - + unless="avroINProtoUpToDate" + depends="init,check-avro-generate,maven-ant-tasks-retrieve-build" + description="Generates Java Avro classes for internal use."> @@ -621,13 +621,22 @@ Cassandra depends on it, and python because that is what the system tests run. --> - - Generating Thrift Java code from ${basedir}/interface/cassandra.thrift .... + + + + + Generating Thrift Java code from ${basedir}/interface/cassandra.thrift... + + + + @@ -636,8 +645,13 @@ + + + + + - Generating Thrift Python code from ${basedir}/interface/cassandra.thrift .... + Generating Thrift Python code from ${basedir}/interface/cassandra.thrift... @@ -675,8 +689,7 @@ The build target builds all the .class files --> - + depends="maven-ant-tasks-retrieve-build,build-project" description="Compile Cassandra classes"/> - + @@ -727,11 +740,24 @@ + + + + + + + + + + + @@ -744,11 +770,7 @@ - - - @@ -763,8 +785,6 @@ - @@ -782,8 +802,6 @@ - @@ -1108,6 +1126,7 @@ + @@ -1116,6 +1135,7 @@ + @@ -1147,11 +1167,6 @@ - - - - @@ -1159,6 +1174,10 @@ + +