You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2014/11/04 15:42:29 UTC

[2/4] git commit: Don't compile Thrift sources in Eclipse, use classes for an ant build

Don't compile Thrift sources in Eclipse, use classes for an ant build

patch by Mikhail Stepura; reviewed by tjake for CASSANDRA-8250


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a6c58f8b
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a6c58f8b
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/a6c58f8b

Branch: refs/heads/trunk
Commit: a6c58f8b2f77c25cd29660422f85512707988560
Parents: e95e569
Author: Mikhail Stepura <mi...@apache.org>
Authored: Mon Nov 3 18:46:51 2014 -0800
Committer: T Jake Luciani <ja...@apache.org>
Committed: Tue Nov 4 09:23:18 2014 -0500

----------------------------------------------------------------------
 build.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/a6c58f8b/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 9562a37..29e4121 100644
--- a/build.xml
+++ b/build.xml
@@ -1499,14 +1499,13 @@
   <classpathentry kind="src" path="src/java"/>
   <classpathentry kind="src" path="src/resources"/>
   <classpathentry kind="src" path="src/gen-java"/>
-  <classpathentry kind="src" path="interface/thrift/gen-java"/>
   <classpathentry kind="src" path="test/unit"/>
   <classpathentry kind="src" path="test/long"/>
   <classpathentry kind="src" path="test/pig"/>
   <classpathentry kind="src" path="tools/stress/src"/>
   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   <classpathentry kind="output" path="build/classes/main"/>
-  <classpathentry kind="lib" path="build/classes/thrift"/>
+  <classpathentry kind="lib" path="build/classes/thrift" sourcepath="interface/thrift/gen-java/"/>
   <classpathentry kind="lib" path="build/test/classes"/>
   <classpathentry kind="lib" path="test/conf"/>
 ]]>