You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by bu...@apache.org on 2011/03/03 20:02:39 UTC

svn commit: r786432 - /websites/staging/chemistry/trunk/content/java/opencmis-how-to-build.html

Author: buildbot
Date: Thu Mar  3 19:02:39 2011
New Revision: 786432

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/java/opencmis-how-to-build.html

Modified: websites/staging/chemistry/trunk/content/java/opencmis-how-to-build.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/opencmis-how-to-build.html (original)
+++ websites/staging/chemistry/trunk/content/java/opencmis-how-to-build.html Thu Mar  3 19:02:39 2011
@@ -174,12 +174,26 @@ Apache Chemistry - OpenCMIS how-to-build
            </td>
            <td height="100%">
              <!-- Content -->
-             <div class="wiki-content"><h1 id="how_to_build_opencmis">How to build OpenCMIS</h1>
+             <div class="wiki-content"><div class="toc">
+<ul>
+<li><a href="#how_to_build_opencmis">How to build OpenCMIS</a><ul>
+<li><a href="#the_client_libraries">The Client Libraries</a></li>
+<li><a href="#the_server_framework">The Server Framework</a></li>
+<li><a href="#javadocs">JavaDocs</a><ul>
+<li><a href="#releases_javadocs">Releases Javadocs</a></li>
+<li><a href="#latest_javadocs">Latest Javadocs</a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<h1 id="how_to_build_opencmis">How to build OpenCMIS</h1>
 <p><a name="OpenCMIShow-to-build-HowtobuildOpenCMIS"></a></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. <br/>(The CMIS Workbench requires JDK 1.6!)</li>
+<li>Make sure you have JDK 1.5 or higher, Maven 2.2.1 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>And finally run:</li>
 </ul>
@@ -189,6 +203,15 @@ If you want to build the latest and grea
 </pre></div>
 
 
+<ul>
+<li>To produce also commodity packages (ZIPs and Tarballs), source and javadoc JARs run:</li>
+</ul>
+&nbsp;
+
+<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">Papache</span><span class="o">-</span><span class="n">release</span>
+</pre></div>
+
+
 <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
@@ -200,15 +223,32 @@ client.</p>
 <p>Please refer to the <a href="opencmis-server-framework.html">Server Framework</a>
  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 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 <code>/target/site/apidocs</code>.</p></div>
+<h2 id="javadocs">JavaDocs</h2>
+<h3 id="releases_javadocs">Releases Javadocs</h3>
+<p>You can access OpenCMIS releases Javadocs in the following ways:</p>
+<ol>
+<li>Every release publishes an online Javadoc version</li>
+<li>Javadocs are included in the <code>chemistry-opencmis-docs.zip</code> and <code>chemistry-opencmis-docs.tar.gz</code>
+packages for offline browsing</li>
+</ol>
+<p>To browse online Javadocs for latest/older releases check the <a href="http://chemistry.apache.org/java/opencmis.html">home page</a>'s Download section.</p>
+<h3 id="latest_javadocs">Latest Javadocs</h3>
+<p>You can access OpenCMIS latest (trunk) Javadocs in the following ways:</p>
+<ol>
+<li>
+<p>Build them from trunk using Maven</p>
+</li>
+<li>
+<p>Checkout the <a href="http://svn.apache.org/repos/asf/chemistry/opencmis/trunk/">project trunk</a> </p>
+</li>
+<li>Run <code>mvn site</code> or <code>mvn javadoc:aggregate</code></li>
+<li>Open <code>./target/site/apidocs/index.html</code></li>
+</ol>
+<p>2.Access the latest CI Javadoc </p>
+<ul>
+<li>(<strong>TODO</strong>) <del>Latest Javadocs for current SNAPSHOT version (trunk) are produced by our build server 
+and available <a href="http://chemistry.apache.org/java/maven/apidocs/index.html">here</a></del></li>
+</ul></div>
              <!-- Content -->
            </td>
           </tr>