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 2013/08/02 20:03:14 UTC

[1/2] git commit: compile stress classes with debug symbols (so you can see the line numbers on stack traces)

Updated Branches:
  refs/heads/trunk 532db4d24 -> 98214bb6a


compile stress classes with debug symbols (so you can see the line numbers on stack traces)


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

Branch: refs/heads/trunk
Commit: 88bc4f237917def240c0268af30138761b0d4243
Parents: ec673ac
Author: Jason Brown <ja...@gmail.com>
Authored: Fri Aug 2 11:01:52 2013 -0700
Committer: Jason Brown <ja...@gmail.com>
Committed: Fri Aug 2 11:01:52 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/88bc4f23/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 7d36895..e69341e 100644
--- a/build.xml
+++ b/build.xml
@@ -714,7 +714,7 @@
     </path>
     <target name="stress-build" depends="build">
     	<mkdir dir="${stress.build.classes}" />
-        <javac destdir="${stress.build.classes}" includeantruntime="true" source="${source.version}" target="${target.version}">
+        <javac debug="true" debuglevel="${debuglevel}" destdir="${stress.build.classes}" includeantruntime="true" source="${source.version}" target="${target.version}">
             <src path="${stress.build.src}" />
             <classpath>
                 <path refid="cassandra.classes" />


[2/2] git commit: Merge branch 'cassandra-1.2' into trunk

Posted by ja...@apache.org.
Merge branch 'cassandra-1.2' into trunk


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

Branch: refs/heads/trunk
Commit: 98214bb6a0568f129cd1c38cf4bb3af9f67b28a3
Parents: 532db4d 88bc4f2
Author: Jason Brown <ja...@gmail.com>
Authored: Fri Aug 2 11:02:49 2013 -0700
Committer: Jason Brown <ja...@gmail.com>
Committed: Fri Aug 2 11:02:49 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/98214bb6/build.xml
----------------------------------------------------------------------
diff --cc build.xml
index da653c8,e69341e..d3ef50c
--- a/build.xml
+++ b/build.xml
@@@ -657,9 -712,9 +657,9 @@@
          <pathelement location="${basedir}/build/classes/main" />
          <pathelement location="${basedir}/build/classes/thrift" />
      </path>
 -    <target name="stress-build" depends="build">
 +    <target name="stress-build" depends="build" description="build stress tool">
      	<mkdir dir="${stress.build.classes}" />
-         <javac destdir="${stress.build.classes}" includeantruntime="true" source="${source.version}" target="${target.version}">
+         <javac debug="true" debuglevel="${debuglevel}" destdir="${stress.build.classes}" includeantruntime="true" source="${source.version}" target="${target.version}">
              <src path="${stress.build.src}" />
              <classpath>
                  <path refid="cassandra.classes" />