Author: jbellis
Date: Wed Mar 31 19:29:23 2010
New Revision: 929674

URL: http://svn.apache.org/viewvc?rev=929674&view=rev
Log:
r/m gen-thrift-perl.
patch by jbellis; reviewed by eevans for CASSANDRA-927

Modified:
    cassandra/trunk/build.xml

Modified: cassandra/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/cassandra/trunk/build.xml?rev=929674&r1=929673&r2=929674&view=diff
==============================================================================
--- cassandra/trunk/build.xml (original)
+++ cassandra/trunk/build.xml Wed Mar 31 19:29:23 2010
@@ -193,7 +193,9 @@
     </target>
 
     <!--
-       Generate thrift code
+       Generate thrift code.  We have targets to build java because
+       Cassandra depends on it, and python because that is what the system
+       tests run.
     -->
     <target name="gen-thrift-java" depends="rat-init">
       <echo>Generating Thrift Java code from 
${basedir}/interface/cassandra.thrift ....</echo>
@@ -218,14 +220,6 @@
         <arg line="cassandra.thrift" />
       </exec>
     </target>
-    <target name="gen-thrift-perl">
-      <echo>Generating Thrift Perl code from 
${basedir}/interface/cassandra.thrift ....</echo>
-      <exec executable="thrift" dir="${basedir}/interface">
-        <arg line="--gen perl" />
-        <arg line="-o ${interface.thrift.dir}" />
-        <arg line="cassandra.thrift" />
-      </exec>
-    </target>
 
     <!--
        The build target builds all the .class files


Reply via email to