Commit Graph

1693 Commits

Author SHA1 Message Date
Eric Evans 66c3972a7c update versioning for 0.7.0 beta2 release
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@996555 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13 14:28:29 +00:00
Eric Evans 0e3fd6a3e1 remove build/internode.avpr on clean
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@990187 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 16:06:33 +00:00
Eric Evans a41e0a3db9 relocate src/cassandra.avpr to build/internode.avpr
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@989392 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 22:27:34 +00:00
Eric Evans f93ebf4fa0 upgrade avro to 1.4.0 devel snapshot
* upgraded jars
* replace some use of Utf8 for java.lang.CharSequence
* actually start http server by invoking start()

Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@987199 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19 15:50:42 +00:00
Eric Evans 94cc9a4d83 updated (license, versioning, etc) for beta1 release
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@984113 13f79535-47bb-0310-9956-ffa450edef68
2010-08-10 16:46:02 +00:00
Gary Dusbabek 58b683d4ad remove internode directory and change destination for generated avro code. patch by gdusbabek, reviewed by stuhood. CASSANDRA-1357
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@982708 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 17:45:56 +00:00
Gary Dusbabek e763caed2a adjust src paths. patch by Folke Behrens, reviewed by Gary Dusbabek. CASSANDRA-1356
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@982616 13f79535-47bb-0310-9956-ffa450edef68
2010-08-05 13:44:43 +00:00
Gary Dusbabek dd5c7325ee configurable location for version.properties. patch by Matt Dennis, reviewed by Gary Dusbabek. CASSANDRA-1272
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@981695 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 21:48:12 +00:00
Gary Dusbabek 00c108a1a5 internode structures for migrations. changes migration disk format. patch by stuhood, reviewed by gdusbabek. CASSANDRA-1308
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@981645 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 18:18:40 +00:00
Gary Dusbabek 107e58e1b2 fix ant realclean breakage
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@966441 13f79535-47bb-0310-9956-ffa450edef68
2010-07-21 22:21:11 +00:00
Gary Dusbabek 3e3c9d27f0 break out avro generation. patch by stuhood, reviewed by gdusbabek. CASSANDRA-1186
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@966273 13f79535-47bb-0310-9956-ffa450edef68
2010-07-21 15:13:49 +00:00
Jonathan Ellis e349f3f823 log cassandra and thrift versions at startup. patch by mdennis; reviewed by jbellis for CASSANDRA-972
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@961952 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08 21:37:35 +00:00
Jonathan Ellis 5ab5e1bbd1 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@959197 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30 05:48:24 +00:00
Eric Evans 2e36c660b0 make cassandra.genavro the canonical proto schema
cassandra.avpr has been removed from version control is now generated
from cassandra.genavro by ant. Future changes to the protocol schema
should take place in cassandra.genavro; do not hand-edit the .avpr

Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@955358 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 19:38:34 +00:00
Eric Evans 29fe9bc443 merge w/ 0.6 branch
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@947841 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24 22:37:22 +00:00
Eric Evans 734b6bdf92 merge w/ 0.6 branch
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@947755 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24 18:32:20 +00:00
Gary Dusbabek ac08dfee92 test timeout to 60s
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@940440 13f79535-47bb-0310-9956-ffa450edef68
2010-05-03 12:57:09 +00:00
Jonathan Ellis 78cbce144c merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@939110 13f79535-47bb-0310-9956-ffa450edef68
2010-04-28 22:00:46 +00:00
Jonathan Ellis 0a9a17e5cb add long-test ant target for compaction speed test and larger bloom filter tests [formerly commented out]. patch by Stu Hood; reviewed by Jeremy Hanna for CASSANDRA-985
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@934992 13f79535-47bb-0310-9956-ffa450edef68
2010-04-16 16:44:47 +00:00
Gary Dusbabek 12eb0571e2 implement a legacy sstable test. Patch by Stu Hood, reviewed by Gary Dusbabek. CASSANDRA-767
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@934149 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14 19:51:55 +00:00
Gary Dusbabek 04e8d18129 increase test ram. Patch by Stu Hood, reviewed by Gary Dusbabek. CASSANDRA-767
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@934148 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14 19:51:45 +00:00
Jonathan Ellis 8a1d99cca2 r/m gen-thrift-perl.
patch by jbellis; reviewed by eevans for CASSANDRA-927

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@929674 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31 19:29:23 +00:00
Jonathan Ellis 59c09e2834 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@929313 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30 21:47:38 +00:00
Eric Evans 06248ea220 merge with 0.6 branch (post-850)
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@927954 13f79535-47bb-0310-9956-ffa450edef68
2010-03-26 16:31:52 +00:00
Gary Dusbabek 3c19232a7c merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@924497 13f79535-47bb-0310-9956-ffa450edef68
2010-03-17 21:23:04 +00:00
Eric Evans 8386b5a133 eliminate duplication in setting classpath for rat
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@919071 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 17:11:16 +00:00
Eric Evans 3de6460fa2 have rat add license headers when generating thrift
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@919070 13f79535-47bb-0310-9956-ffa450edef68
2010-03-04 17:11:12 +00:00
Eric Evans b5807aa607 merge w/ 0.6 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@916431 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25 20:01:50 +00:00
Eric Evans 0f8b609755 merge w/ 0.6 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@915953 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24 19:54:14 +00:00
Jonathan Ellis d2127c7c80 merge from 0.6
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@915576 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23 23:09:49 +00:00
Eric Evans b43c78520e merged to 0.6 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@915430 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23 16:58:58 +00:00
Eric Evans 5edd6dd836 quiet stderr log output introduced by hadoop-core
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@910703 13f79535-47bb-0310-9956-ffa450edef68
2010-02-16 21:31:22 +00:00
Eric Evans 4f0540d077 adapt build.xml to work from binary artifacts
Patch by eevans; reviewed by gdusbabek for CASSANDRA-796

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@910649 13f79535-47bb-0310-9956-ffa450edef68
2010-02-16 18:53:59 +00:00
Eric Evans 25645f9397 use ivy to download source jars as well
This forces another round of IDE classpath updates. Sorry about that.

Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@905405 13f79535-47bb-0310-9956-ffa450edef68
2010-02-01 20:40:55 +00:00
Eric Evans dccc562cdd make builds smarter
- do not needlesssly regenerate avro code on each run
- fix javac src path for thrift generated code (matches package structure)
- clean target now removes only our bytecode, leaves the rest
- new realclean target removes build/ like clean used to

Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@904611 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29 19:58:10 +00:00
Eric Evans f91c7d318d reorganize thrift code generation to match avro
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@904545 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29 16:24:19 +00:00
Eric Evans cb9f148275 actually build avro generated java source
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@904544 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29 16:24:03 +00:00
Eric Evans 1cd17032ea avro rpc schema and code generation
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@904542 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29 16:23:54 +00:00
Eric Evans 26c95ff453 avro and friends (some via ivy)
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@904541 13f79535-47bb-0310-9956-ffa450edef68
2010-01-29 16:23:49 +00:00
Gary Dusbabek 001b80b803 merging from 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@901915 13f79535-47bb-0310-9956-ffa450edef68
2010-01-21 23:10:23 +00:00
Jonathan Ellis a13ede49ea merge from 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@898371 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 15:34:45 +00:00
Jonathan Ellis e40894eff1 merge from 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@896292 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06 00:50:31 +00:00
Eric Evans bea58f3605 add thrift perl generation target to build.xml
Patch by Ted Zlatanov; reviewed by eevans for CASSANDRA-664

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@895760 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 20:19:31 +00:00
Jonathan Ellis 6e5e284f32 merge from 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@893836 13f79535-47bb-0310-9956-ffa450edef68
2009-12-25 03:03:07 +00:00
Eric Evans bba378883c merge with 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@893328 13f79535-47bb-0310-9956-ffa450edef68
2009-12-22 21:52:44 +00:00
Eric Evans d9663f5eb6 merge with 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@892349 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 19:01:00 +00:00
Jonathan Ellis b4cae03720 merge from 0.5 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@889499 13f79535-47bb-0310-9956-ffa450edef68
2009-12-11 04:12:48 +00:00
Eric Evans 965d5a3637 build javadocs for thrift generated code
Patch by eevans

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@888618 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08 22:59:31 +00:00
Eric Evans babb2e34c4 only copy needed resources (copy less greedily)
It would seem that hudson does some sort of test discovery and is trying
to execute some of the extraneous files.

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@887272 13f79535-47bb-0310-9956-ffa450edef68
2009-12-04 17:07:31 +00:00
Eric Evans e65ce8dcd7 JSON importer/exporter tests
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@885325 13f79535-47bb-0310-9956-ffa450edef68
2009-11-30 03:25:15 +00:00
Eric Evans d97be8f5e4 merge with cassandra-0.4 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@834241 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09 21:18:57 +00:00
Jonathan Ellis 3d6d023e68 merge from 0.4
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@833785 13f79535-47bb-0310-9956-ffa450edef68
2009-11-08 00:44:20 +00:00
Jonathan Ellis 816a45b62a merge from 0.4 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@824459 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 19:08:51 +00:00
Jonathan Ellis 1afd7cd310 merge from 0.4 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@816750 13f79535-47bb-0310-9956-ffa450edef68
2009-09-18 19:10:12 +00:00
Eric Evans 70d9ef46d1 merge with cassandra-0.4 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@813501 13f79535-47bb-0310-9956-ffa450edef68
2009-09-10 16:32:57 +00:00
Jonathan Ellis 53895adf95 merge from 0.4 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@810997 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03 15:33:46 +00:00
Eric Evans 8455ebfe87 CASSANDRA-296 remove CQL
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@802911 13f79535-47bb-0310-9956-ffa450edef68
2009-08-10 19:35:01 +00:00
Jonathan Ellis 066ef58a96 run source files through dos2unix to standardize on \n line endings. patch by Jeff Hodges; reviewed by Michael Greene for CASSANDRA-111
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@799331 13f79535-47bb-0310-9956-ffa450edef68
2009-07-30 15:30:21 +00:00
Jonathan Ellis 6441803ba1 merge from 0.3 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@796574 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21 23:03:06 +00:00
Eric Evans 2c325df907 added ant targets for thrift code generation
Path by Michael Greene; reviewed by eevans for CASSANDRA-284

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@793961 13f79535-47bb-0310-9956-ffa450edef68
2009-07-14 16:19:09 +00:00
Jonathan Ellis 08d96422dc install bin/ scripts as executable when building release. patch by Eric Evans; reviewed by jbellis for CASSANDRA-229
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@785351 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16 19:33:28 +00:00
Jonathan Ellis db481d4e18 bump version to 0.4-dev. patch by johano; reviewed by jbellis for CASSANDRA-209
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@780688 13f79535-47bb-0310-9956-ffa450edef68
2009-06-01 15:38:10 +00:00
Jonathan Ellis f116a3e4e5 merge from 0.3 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@779771 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28 21:10:07 +00:00
Jonathan Ellis d03d80b6ed merge from 0.3 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@776716 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20 14:44:41 +00:00
Jonathan Ellis 88edbed30c merge from 0.3 branch
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@775983 13f79535-47bb-0310-9956-ffa450edef68
2009-05-18 15:22:23 +00:00
Jonathan Ellis 9bb87e99a4 fix cobetura report. patch by johano; reviewed by jbellis for CASSANDRA-167
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@774525 13f79535-47bb-0310-9956-ffa450edef68
2009-05-13 20:53:15 +00:00
Jonathan Ellis 6fc61d0cd5 fix junit-related build issues. patch by johano; reviewed by jbellis for CASSANDRA-164
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@774016 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12 18:51:49 +00:00
Jonathan Ellis 5964cd4c04 extract tests that could conflict with each other to a separate test class (= gets own jvm)
patch by jbellis; reviewed by Sandeep Tata for CASSANDRA-162

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@773941 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12 15:26:52 +00:00
Jonathan Ellis 97fc5cb8ef migrate to JUnit 4.6. patch by jbellis; reviewed by Sandeep Tata for CASSANDRA-162
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@773940 13f79535-47bb-0310-9956-ffa450edef68
2009-05-12 15:26:38 +00:00
Jonathan Ellis e1971c6d07 allow specifying "ant test -Dtest.name=ColumnFamilyStoreTest" etc. patch by Michael Greene; reviewed by jbellis for CASSANDRA-158
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@773556 13f79535-47bb-0310-9956-ffa450edef68
2009-05-11 13:36:21 +00:00
Jonathan Ellis 48d21d8e29 fix antlr check. patch by johano; reviewed by jbellis for CASSANDRA-125
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@770324 13f79535-47bb-0310-9956-ffa450edef68
2009-04-30 17:04:56 +00:00
Jonathan Ellis 5ba5c12060 change antlr -o to -fo. this allows it to build on windows.
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@770301 13f79535-47bb-0310-9956-ffa450edef68
2009-04-30 15:53:57 +00:00
Jonathan Ellis c40988f502 move antlr output to src/gen-java. patch by johano; reviewed by jbellis for CASSANDRA-105
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@769888 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29 19:23:47 +00:00
Jonathan Ellis 71739ef76a move src/ to src/java/. patch by johano; reviewed by jbellis for CASSANDRA-112
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@769886 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29 19:18:48 +00:00
Jonathan Ellis f836610fe0 add system tests. each method in test/system/test_server.py exercises part of the thrift API, and manages cleaning out data files and starting a fresh server for each test.
patch by jbellis; reviewed by Eric Evans for CASSANDRA-102

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@769608 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29 01:12:38 +00:00
Jonathan Ellis 7982bb4a2b add release target. patch by johano; reviewed by jbellis for CASSANDRA-107
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@768590 13f79535-47bb-0310-9956-ffa450edef68
2009-04-25 19:38:47 +00:00
Jonathan Ellis 551a1a0840 move thrift-generated code to interface/gen-java. patch by johano; reviewed by jbellis for CASSANDRA-103
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@768589 13f79535-47bb-0310-9956-ffa450edef68
2009-04-25 19:30:13 +00:00
Jonathan Ellis afd3c2765b move testng code to test/unit. patch by johano; reviewed by jbellis for #104
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@768584 13f79535-47bb-0310-9956-ffa450edef68
2009-04-25 19:07:00 +00:00
Jonathan Ellis 6d075b51b9 junit xml output for hudson's benefit. patch by johano; reviewed by jbellis for #32
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@768579 13f79535-47bb-0310-9956-ffa450edef68
2009-04-25 18:46:48 +00:00
Jonathan Ellis f0f5ec427c don't manually create commitlog directory; cassandra will do it automatically. also put commitlog under cassandra/ with other server artifacts. patch by jbellis; reviewed by Eric Evans for #6
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@763386 13f79535-47bb-0310-9956-ffa450edef68
2009-04-08 20:49:33 +00:00
Jonathan Ellis b3d4f4a93d add log4j.properties for testing; output is to build/test/logs/system.log. patch by jbellis; reviewed by Jun Rao for #64
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@762913 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07 19:17:54 +00:00
Jonathan Ellis 9e027cef72 enable line numbers in test stack traces. patch by johano; reviewed by jbellis for #60
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@762508 13f79535-47bb-0310-9956-ffa450edef68
2009-04-06 21:23:11 +00:00
Jonathan Ellis 29f5255169 add cobertura support ('ant codecoverage -Dcobertura.dir=/path/to/cobertura'). patch by johano; reviewed by jbellis for #55
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@762442 13f79535-47bb-0310-9956-ffa450edef68
2009-04-06 18:00:43 +00:00
Jonathan Ellis b9bc065e3d upgrade to latest antlr; expunge 2.x. patch by Per Mellqvist, reviewed by jbellis. see #46
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@761805 13f79535-47bb-0310-9956-ffa450edef68
2009-04-03 21:27:40 +00:00
Jonathan Ellis d800e20940 don't re-run antlr unless the grammar changed. patch by Per Mellqvist
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@761427 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02 21:07:40 +00:00
Jonathan Ellis 8632f05518 r/m generated files from svn and modify build.xml to build them. added back required jars for generation (antlr 2.7.7 and stringtemplate). patch by Per Mellqvist for #40
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@761384 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02 19:17:04 +00:00
Jonathan Ellis e7ef989821 create test dirs and separate test config xml. patch from johano. fixes #22
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@760464 13f79535-47bb-0310-9956-ffa450edef68
2009-03-31 14:41:55 +00:00
Jonathan Ellis 19064bb869 apply patch from johano fixing #30 (creates javadoc build target)
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@760440 13f79535-47bb-0310-9956-ffa450edef68
2009-03-31 13:25:54 +00:00
Jonathan Ellis a3b0c9d0ee r/m entire build dir on clean as suggested in #19
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@759336 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27 20:41:42 +00:00
Jonathan Ellis f4b2a3fc20 move test output & classes to build/test. fixes #18
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@759296 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27 18:21:55 +00:00
Jonathan Ellis a996c8214b test support. this requires some refactoring so that tests can be independent
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@758992 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27 02:43:46 +00:00
Jonathan Ellis ce8f72e4af remove unused libraries; update log4j to 1.2.15; add commons-collections
and commons-lang; wildcard lib/ in build.xml

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@758963 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27 02:18:04 +00:00
Prashant Malik cf56f8f3ac Add build script and make sure it works
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@749477 13f79535-47bb-0310-9956-ffa450edef68
2009-03-02 23:34:21 +00:00