Revision: e39e08e90ee9
Author:   john.eric.evans <john.eric.ev...@gmail.com>
Date:     Mon Dec 19 20:21:47 2011
Log:      Edited wiki page HowToBuild through web user interface.
http://code.google.com/a/apache-extras.org/p/cassandra-jdbc/source/detail?r=e39e08e90ee9&repo=wiki

Modified:
 /HowToBuild.wiki

=======================================
--- /HowToBuild.wiki    Tue Dec 13 15:50:25 2011
+++ /HowToBuild.wiki    Mon Dec 19 20:21:47 2011
@@ -7,24 +7,12 @@

The JDBC driver has a dependency on two [http://cassandra.apache.org Cassandra] jars, `cassandra-clientutil` and `cassandra-thrift`, neither of which will be available through a Maven repository until the release of Cassandra 1.1.0. In the meantime you must ~~shave a yak~~ satisfy this dependency manually.

-First, download the source and build the jar artifacts.
+First, download the source and install the Cassandra jar artifacts.

 {{{
 $ svn checkout https://svn.apache.org/repos/asf/cassandra/trunk cassandra
 $ cd cassandra
-$ ant jar
-}}}
-
-When complete, install the artifacts to `~/.m2`
-
-{{{
-mvn install:install-file -DgroupId=org.apache.cassandra \
- -DartifactId=cassandra-clientutil -Dversion=1.1-dev-SNAPSHOT -Dpackaging=jar \
-    -Dfile=build/apache-cassandra-clientutil-1.1-dev-SNAPSHOT.jar
-...
-mvn install:install-file -DgroupId=org.apache.cassandra \
- -DartifactId=cassandra-thrift -Dversion=1.1-dev-SNAPSHOT -Dpackaging=jar \
-    -Dfile=build/apache-cassandra-thrift-1.1-dev-SNAPSHOT.jar
+$ ant mvn-install
 }}}

 == Building ==

Reply via email to