You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2010/01/04 21:19:32 UTC

svn commit: r895760 - /incubator/cassandra/trunk/build.xml

Author: eevans
Date: Mon Jan  4 20:19:31 2010
New Revision: 895760

URL: http://svn.apache.org/viewvc?rev=895760&view=rev
Log:
add thrift perl generation target to build.xml

Patch by Ted Zlatanov; reviewed by eevans for CASSANDRA-664

Modified:
    incubator/cassandra/trunk/build.xml

Modified: incubator/cassandra/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/build.xml?rev=895760&r1=895759&r2=895760&view=diff
==============================================================================
--- incubator/cassandra/trunk/build.xml (original)
+++ incubator/cassandra/trunk/build.xml Mon Jan  4 20:19:31 2010
@@ -108,6 +108,12 @@
         <arg line="--gen py 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 cassandra.thrift" />
+      </exec>
+    </target>
 
     <!--
 	The build target builds all the .class files