Author: buildbot
Date: Sun Feb 20 22:54:09 2011
New Revision: 785820
Log:
Staging update by buildbot
Modified:
websites/staging/chemistry/trunk/content/opencmis-how-to-build.html
Modified: websites/staging/chemistry/trunk/content/opencmis-how-to-build.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-how-to-build.html
(original)
+++ websites/staging/chemistry/trunk/content/opencmis-how-to-build.html Sun Feb
20 22:54:09 2011
@@ -174,27 +174,20 @@ Apache Chemistry - OpenCMIS how-to-build
<!-- Content -->
<div class="wiki-content"><p><a
name="OpenCMIShow-to-build-HowtobuildOpenCMIS"></a></p>
<h1 id="how_to_build_opencmis">How to build OpenCMIS</h1>
-<p>OpenCMIS releases are available <a href="opencmis.html">here</a>
-. If you want to build the latest and greatest instead, follow these simple
-steps:</p>
+<p>OpenCMIS releases are available <a href="opencmis.html">here</a>.
+If you want to build the latest and greatest instead, follow these simple
steps:</p>
<ul>
-<li>Make sure you have JDK 1.5 or higher, Maven 2.2 and a Subversion client
installed.
- (The CMIS Workbench requires JDK 1.6!)</li>
-<li>Fetch the source code via Subversion from here:
- <a
href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk">https://svn.apache.org/repos/asf/chemistry/opencmis/trunk</a></li>
+<li>Make sure you have JDK 1.5 or higher, Maven 2.2 and a Subversion client
installed. <br/>(The CMIS Workbench requires JDK 1.6!)</li>
+<li>Fetch the source code via Subversion from here: <a
href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk">https://svn.apache.org/repos/asf/chemistry/opencmis/trunk</a></li>
<li>
<p>And finally run:</p>
-<div class="codehilite"><pre><span class="n">mvn</span> <span
class="n">clean</span> <span class="n">install</span> <span
class="o">-</span><span class="n">Dmaven</span><span class="o">.</span><span
class="n">test</span><span class="o">.</span><span class="n">skip</span><span
class="o">=</span><span class="n">true</span>
-</pre></div>
-
-
+<p>mvn clean install -Dmaven.test.skip=true</p>
</li>
</ul>
<p><a name="OpenCMIShow-to-build-TheClientLibraries"></a></p>
<h2 id="the_client_libraries">The Client Libraries</h2>
-<p>After the build the OpenCMIS client libraries (with all dependencies)
-reside in the
-<em>/chemistry-opencmis-client/chemistry-opencmis-clientimpl/target</em>
+<p>After the build, the OpenCMIS client libraries (with all dependencies)
reside in the
+<code>/chemistry-opencmis-client/chemistry-opencmis-client-impl/target</code>
directory. The zip file contains all libraries necessary to build a CMIS
client.</p>
<p><a name="OpenCMIShow-to-build-TheServerFramework"></a></p>
@@ -203,14 +196,14 @@ client.</p>
page for more information where to find it and how to use it.</p>
<p><a name="OpenCMIShow-to-build-BuildJavaDoc"></a></p>
<h2 id="build_javadoc">Build JavaDoc</h2>
-<p>There is not much OpenCMIS documentation available, yet. This Wiki and the
+<p>There is not much OpenCMIS documentation available, yet. This pages and the
JavaDoc are the major sources for information. The JavaDoc can be build by
running:</p>
<div class="codehilite"><pre><span class="n">mvn</span> <span
class="n">javadoc:aggregate</span>
</pre></div>
-<p>The JavaDoc will be created in <em>/target/site/apidocs</em>.</p></div>
+<p>The JavaDoc will be created in <code>/target/site/apidocs</code>.</p></div>
<!-- Content -->
</td>
</tr>