Author: buildbot
Date: Fri Nov 23 00:01:03 2012
New Revision: 839239
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 00:01:03 2012
@@ -1 +1 @@
-1412720
+1412721
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 00:01:03
2012
@@ -81,12 +81,13 @@
<div class="row">
<div class="span12">
- <p>Building from the source is usually for the thick skinned, we try
to keep our trunk stable but it's a development environment so we can never
guarantee that everything will be smooth. If you rather work with something
more stable or if you don't need the latest and greatest, using the <a
href="getting-ode.html">latest official distribution</a> is probably a better
option.</p>
+ <h1 id="overview">Overview</h1>
+<p>Building from the source is usually for the thick skinned, we try to keep
our trunk stable but it's a development environment so we can never guarantee
that everything will be smooth. If you rather work with something more stable
or if you don't need the latest and greatest, using the <a
href="getting-ode.html">latest official distribution</a> is probably a better
option.</p>
<p><a name="BuildingODE-Gettingthesourcecode"></a></p>
-<h4 id="getting-the-source-code">Getting the source code</h4>
+<h2 id="getting-the-source-code">Getting the source code</h2>
<p><a name="BuildingODE-withSubversion"></a></p>
-<h5 id="with-subversion">with Subversion</h5>
-<p>First you will have to make sure that you have <a
href="http://svn.tigris.org">Subversion</a>. If you don't know what Subversion
is or don't have it installed, check [here|http://svnbook.red-bean.com]. Once
installed run:</p>
+<h3 id="with-subversion">with Subversion</h3>
+<p>First you will have to make sure that you have <a
href="http://svn.tigris.org">Subversion</a>. If you don't know what Subversion
is or don't have it installed, check <a
href="http://svnbook.red-bean.com">here</a>. Once installed run:</p>
<p>Development branch:</p>
<div class="codehilite"><pre><span class="vg">$></span> <span
class="n">svn</span> <span class="n">checkout</span> <span
class="n">http:</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">/ode/</span><span class="n">trunk</span>
<span class="n">ode</span><span class="o">-</span><span class="n">trunk</span>
</pre></div>
@@ -94,22 +95,22 @@
<p>For more information or if you have any problem with Subversion (like being
behind a proxy or a firewall) check the <a href="source-code.html">Source
Code</a> section.</p>
<p><a name="BuildingODE-withGit"></a></p>
-<h5 id="with-git">with Git</h5>
-<p>The Subversion repository is mirrored by a Git repository at:
http://github.com/apache/ode.
+<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">$></span> <span
class="n">git</span> <span class="n">clone</span> <span
class="n">http:</span><span class="sr">//gi</span><span
class="n">thub</span><span class="o">.</span><span class="n">com</span><span
class="sr">/apache/o</span><span class="n">de</span>
+<div class="codehilite"><pre><span class="vg">$></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">$></span> <span class="n">cd</span> <span
class="n">ode</span>
<span class="vg">$></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>
</pre></div>
<p><a name="BuildingODE-BuildingWithBuildr"></a></p>
-<h4 id="building-with-buildr">Building With Buildr</h4>
-<p>ODE uses <a href="http://buildr.apache.org">Apache Buildr</a>. Buildr has a
very detailed [installation guide|http://buildr.apache.org/installing.html], so
refer to it to get Buildr working on your machine.
+<h2 id="building-with-buildr">Building With Buildr</h2>
+<p>ODE uses <a href="http://buildr.apache.org">Apache Buildr</a>. Buildr has a
very detailed <a href="http://buildr.apache.org/installing.html">installation
guide</a>, so refer to it to get Buildr working on your machine.
The latest known working configuration for trunk (both for windows, linux,
macos with JDK 1.5 and JDK 1.6) is buildr 1.4.4, jruby 1.5.1 (ruby 1.8.7
patchlevel 174).</p>
<p>Building is then pretty simple. </p>
<div class="alert alert-info"><h4 class="alert-heading">Version
Information</h4>
- The trunk must be build with Buildr *1.4.4* or higher
+ The trunk must be build with Buildr <b>1.4.4</b> or higher
</div>
<p>Open a command in the source root directory and run:</p>
@@ -129,12 +130,12 @@ The latest known working configuration f
<div class="alert alert-info">
- You may use "buildr \_1.4.4\_ test" - like syntax to use specific buildr
version.
+ You may use "buildr _1.4.4_ test" - like syntax to use specific buildr
version.
</div>
<p>It just works! For more information about Buildr see
http://buildr.apache.org/.</p>
<p><a name="BuildingODE-Troubleshooting"></a></p>
-<h4 id="troubleshooting">Troubleshooting</h4>
+<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>