You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2013/06/04 03:47:03 UTC

[1/3] git commit: Set -Djava.awt.headless=true for ant test

Updated Branches:
  refs/heads/trunk ccc87fb30 -> db4c27e91


Set -Djava.awt.headless=true for ant test

Makes running tests less annoying with OS X/Java7


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

Branch: refs/heads/trunk
Commit: 99824496aa359fcbe5e71f4e54f2738f09524a87
Parents: 2dd73d1
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Tue Jun 4 04:42:07 2013 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Tue Jun 4 04:42:07 2013 +0300

----------------------------------------------------------------------
 build.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/99824496/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 945fff7..8f87abd 100644
--- a/build.xml
+++ b/build.xml
@@ -1048,6 +1048,7 @@
         <jvmarg value="-Dstorage-config=${test.conf}"/>
         <jvmarg value="-Daccess.properties=${test.conf}/access.properties"/>
         <jvmarg value="-Dlog4j.configuration=log4j-junit.properties" />
+        <jvmarg value="-Djava.awt.headless=true"/>
         <jvmarg value="-javaagent:${basedir}/lib/jamm-0.2.5.jar" />
         <jvmarg value="-ea"/>
         <optjvmargs/>


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

Posted by al...@apache.org.
Merge branch 'cassandra-1.1' into cassandra-1.2


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

Branch: refs/heads/trunk
Commit: 15dfdef0170dad167040d236e63dd88d47920e8b
Parents: 46273c4 9982449
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Tue Jun 4 04:43:24 2013 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Tue Jun 4 04:43:24 2013 +0300

----------------------------------------------------------------------
 build.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/15dfdef0/build.xml
----------------------------------------------------------------------
diff --cc build.xml
index 35ac747,8f87abd..46ffbb1
--- a/build.xml
+++ b/build.xml
@@@ -1053,7 -1046,9 +1053,8 @@@
          <formatter type="xml" usefile="true"/>
          <formatter type="brief" usefile="false"/>
          <jvmarg value="-Dstorage-config=${test.conf}"/>
 -        <jvmarg value="-Daccess.properties=${test.conf}/access.properties"/>
          <jvmarg value="-Dlog4j.configuration=log4j-junit.properties" />
+         <jvmarg value="-Djava.awt.headless=true"/>
          <jvmarg value="-javaagent:${basedir}/lib/jamm-0.2.5.jar" />
          <jvmarg value="-ea"/>
          <optjvmargs/>


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

Posted by al...@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/db4c27e9
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/db4c27e9
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/db4c27e9

Branch: refs/heads/trunk
Commit: db4c27e91b3d9c9027615b9b1ac085524f3090ba
Parents: ccc87fb 15dfdef
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Tue Jun 4 04:46:51 2013 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Tue Jun 4 04:46:51 2013 +0300

----------------------------------------------------------------------
 build.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/db4c27e9/build.xml
----------------------------------------------------------------------