Author: buildbot
Date: Fri Nov 23 12:53:26 2012
New Revision: 839310

Log:
Staging update by buildbot for ode

Modified:
    websites/staging/ode/trunk/content/   (props changed)
    websites/staging/ode/trunk/content/building-ode.html

Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 23 12:53:26 2012
@@ -1 +1 @@
-1412861
+1412864

Modified: websites/staging/ode/trunk/content/building-ode.html
==============================================================================
--- websites/staging/ode/trunk/content/building-ode.html (original)
+++ websites/staging/ode/trunk/content/building-ode.html Fri Nov 23 12:53:26 
2012
@@ -98,9 +98,9 @@
 <h3 id="with-git">with Git</h3>
 <p>The Subversion repository is mirrored by a Git repository at <a 
href="http://git.apache.org/ode.git";>http://git.apache.org/ode.git</a> or <a 
href="http://github.com/apache/ode";>Github</a>.
 So if you're more comfortable with Git, you can clone this repo.</p>
-<div class="codehilite"><pre><span class="vg">$&gt;</span> <span 
class="n">git</span> <span class="n">clone</span> <span 
class="n">http:</span><span class="sr">//gi</span><span class="n">t</span><span 
class="o">.</span><span class="n">apache</span><span class="o">.</span><span 
class="n">org</span><span class="o">/</span><span class="n">ode</span><span 
class="o">.</span><span class="n">git</span>
-<span class="vg">$&gt;</span> <span class="n">cd</span> <span 
class="n">ode</span>
-<span class="vg">$&gt;</span> <span class="n">git</span> <span 
class="n">checkout</span> <span class="o">-</span><span class="n">b</span> 
<span class="mi">1</span><span class="o">.</span><span class="n">X</span> <span 
class="o">--</span><span class="n">track</span> <span 
class="n">origin</span><span class="o">/</span><span class="n">trunk</span>
+<div class="codehilite"><pre>$&gt; git clone http://git.apache.org/ode.git
+$&gt; cd ode
+$&gt; git checkout -b 1.X --track origin/trunk
 </pre></div>
 
 
@@ -114,18 +114,18 @@ The latest known working configuration f
 </div>
 
 <p>Open a command in the source root directory and run:</p>
-<div class="codehilite"><pre><span class="vg">$&gt;</span> <span 
class="n">buildr</span> <span class="nb">package</span> <span 
class="n">test</span><span class="o">=</span><span class="nb">no</span>
+<div class="codehilite"><pre>$&gt; buildr package test=no
 </pre></div>
 
 
 <p>To try the test cases bundled with ODE:</p>
-<div class="codehilite"><pre><span class="vg">$&gt;</span> <span 
class="n">buildr</span> <span class="n">test</span>
+<div class="codehilite"><pre>$&gt; buildr test
 </pre></div>
 
 
 <p>You are very welcome to contribute by running test cases and posting 
spotted errors into <a href="http://ode.apache.org/mailing-lists.html";>mailing 
list</a>. </p>
 <p>To generate Eclipse project files:</p>
-<div class="codehilite"><pre><span class="vg">$&gt;</span> <span 
class="n">buildr</span> <span class="n">eclipse</span>
+<div class="codehilite"><pre>$&gt; buildr eclipse
 </pre></div>
 
 
@@ -137,10 +137,8 @@ The latest known working configuration f
 <p><a name="BuildingODE-Troubleshooting"></a></p>
 <h2 id="troubleshooting">Troubleshooting</h2>
 <ul>
-<li>
-<p>If you get a Zlib:BufError, that's because of your version of Rubygems, 
just upgrade RubyGems by typing:</p>
-<p>gem update --system</p>
-</li>
+<li>If you get a Zlib:BufError, that's because of your version of Rubygems, 
just upgrade RubyGems by typing:
+    <code>gem update --system</code></li>
 </ul>
         </div>
       </div>


Reply via email to