Author: buildbot Date: Sun Feb 20 22:23:09 2011 New Revision: 785811 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:23:09 2011 @@ -177,22 +177,20 @@ Apache Chemistry - OpenCMIS how-to-build <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> -<div class="codehilite"><pre><span class="o">*</span> <span class="n">Make</span> <span class="n">sure</span> <span class="n">you</span> <span class="n">have</span> <span class="n">JDK</span> <span class="mf">1.5</span> <span class="ow">or</span> <span class="n">higher</span><span class="p">,</span> <span class="n">Maven</span> <span class="mf">2.2</span> <span class="ow">and</span> <span class="n">a</span> <span class="n">Subversion</span> -</pre></div> - - -<p>client installed. (The CMIS Workbench requires JDK 1.6!) - * 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> - * 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> - +<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>And finally run:</li> +</ul> +<pre>mvn clean install -Dmaven.test.skip=true</pre> <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-client-impl/target</em> +<em>/chemistry-opencmis-client/chemistry-opencmis-clientimpl/target</em> directory. The zip file contains all libraries necessary to build a CMIS client.</p> <p><a name="OpenCMIShow-to-build-TheServerFramework"></a></p>