Author: buildbot
Date: Sun Nov 18 22:18:12 2012
New Revision: 838776
Log:
Staging update by buildbot for accumulo
Modified:
websites/staging/accumulo/trunk/content/ (props changed)
websites/staging/accumulo/trunk/content/source.html
Propchange: websites/staging/accumulo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 18 22:18:12 2012
@@ -1 +1 @@
-1405858
+1411003
Modified: websites/staging/accumulo/trunk/content/source.html
==============================================================================
--- websites/staging/accumulo/trunk/content/source.html (original)
+++ websites/staging/accumulo/trunk/content/source.html Sun Nov 18 22:18:12 2012
@@ -97,11 +97,19 @@ Committers may edit the site by followin
<a href="http://www.apache.org/dev/cmsref.html#non-committer">this FAQ
entry</a>.</p>
<h2 id="developers-guide">Developer's Guide</h2>
<h3 id="building-code">Building code</h3>
+<h4 id="installing-thrift">Installing Thrift</h4>
+<p>The build of the 'core' component will attempt to run the Apache Thrift
command line to regenerate
+stubs. If you don't have Apache Thrift installed and in your path, you will
see a warning, and the build
+will wait for you to enter a newline to proceed. To avoid this, install Thrift
0.9 and make sure that the
+'thrift' command is in your path. Watch out for THRIFT-1367; you may need to
configure Thrift with
+--without-ruby.</p>
+<h4 id="checking-out-from-svn">Checking out from svn</h4>
<p>To check out the code:</p>
<div class="codehilite"><pre><span class="n">svn</span> <span
class="n">co</span> <span class="n">https:</span><span
class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span
class="n">apache</span><span class="o">.</span><span class="n">org</span><span
class="sr">/repos/</span><span class="n">asf</span><span
class="sr">/accumulo/</span><span class="n">trunk</span><span class="o">/</span>
</pre></div>
+<h4 id="building">Building</h4>
<p>To build the code:</p>
<div class="codehilite"><pre><span class="n">mvn</span> <span
class="nb">package</span> <span class="o">-</span><span class="n">P</span>
<span class="n">assemble</span>
</pre></div>