You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/05/11 18:15:09 UTC

svn commit: r789481 - in /websites/production/opennlp: ./ content/opennlp/

Author: joern
Date: Wed May 11 16:15:08 2011
New Revision: 789481

Log:
OPENNLP-117 Publish maven dependency page

Added:
    websites/production/opennlp/content/opennlp/maven-dependency.html
      - copied unchanged from r789480, websites/staging/opennlp/trunk/content/opennlp/maven-dependency.html
Modified:
    websites/production/opennlp/   (props changed)
    websites/production/opennlp/content/opennlp/building.html
    websites/production/opennlp/content/opennlp/documentation.html
    websites/production/opennlp/content/opennlp/download.html
    websites/production/opennlp/content/opennlp/index.html
    websites/production/opennlp/content/opennlp/mail-lists.html
    websites/production/opennlp/content/opennlp/news.html
    websites/production/opennlp/content/opennlp/source-code.html
    websites/production/opennlp/content/opennlp/team.html

Propchange: websites/production/opennlp/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed May 11 16:15:08 2011
@@ -1 +1 @@
-/websites/staging/opennlp/trunk:780063-789147
+/websites/staging/opennlp/trunk:780063-789480

Modified: websites/production/opennlp/content/opennlp/building.html
==============================================================================
--- websites/production/opennlp/content/opennlp/building.html (original)
+++ websites/production/opennlp/content/opennlp/building.html Wed May 11 16:15:08 2011
@@ -40,6 +40,7 @@
 <ul>
 <li><a href="index.html">Home</a></li>
 <li><a href="download.cgi">Download</a></li>
+<li><a href="maven-dependency.html">Maven Dependency</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>
@@ -63,20 +64,25 @@
   
   <div id="content">
     <h1 class="title">Building from Source</h1>
-    <p>OpenNLP can either be build from the distributed sources or from
+    <h2 id="prerequisites">Prerequisites</h2>
+<ul>
+<li>If you have an IDE installed such as <a href="http://www.netbeans.org/">NetBeans</a> or <a href="http://www.eclipse.org/">Eclipse</a> installed, it will make your development easier.  However, follow on for the brave.</li>
+<li>At least <a href="http://www.oracle.com/technetwork/java/javase/overview/index.html">JDK 5</a> is required to compile and run the object code.</li>
+<li>At least <a href="http://maven.apache.org/">Apache Maven 3.0</a> is required to build the source files and assemble the project.</li>
+</ul>
+<h2 id="build_procedure">Build Procedure</h2>
+<p>OpenNLP can either be build from the distributed sources or from
 a subversion checkout. These build instructions document how
 to build from the latest trunk version. The distributed source package
-include a README file which explains how to build it.</p>
-<p>To build at least Maven 3.0 and JDK 5 are required.
-If they are not installed, install them.</p>
-<p>On the first checkout everything should be build.
+includes a README file which explains how to build it.</p>
+<p>On the first checkout everything should be built.
 Go to the opennlp folder inside the trunk folder (e.g. opennlp-trunk) and type 
 <pre><code>cd opennlp-trunk/opennlp<br>mvn install</code></pre>
 to build all modules.
 The build installs the maven artifacts in the local repository
 and creates a binary and source distribution inside the 
 opennlp-distr/target folder.</p>
-<p>After the initial build the individual modules can be build on its own
+<p>After the initial build the individual modules can be built on their own
 with: <pre><code>mvn install</code></pre></p>
 <p>In the opennlp-docs project it is
 recommended to always build with <pre><code>mvn clean install</code></pre> because

Modified: websites/production/opennlp/content/opennlp/documentation.html
==============================================================================
--- websites/production/opennlp/content/opennlp/documentation.html (original)
+++ websites/production/opennlp/content/opennlp/documentation.html Wed May 11 16:15:08 2011
@@ -40,6 +40,7 @@
 <ul>
 <li><a href="index.html">Home</a></li>
 <li><a href="download.cgi">Download</a></li>
+<li><a href="maven-dependency.html">Maven Dependency</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>

Modified: websites/production/opennlp/content/opennlp/download.html
==============================================================================
--- websites/production/opennlp/content/opennlp/download.html (original)
+++ websites/production/opennlp/content/opennlp/download.html Wed May 11 16:15:08 2011
@@ -40,6 +40,7 @@
 <ul>
 <li><a href="index.html">Home</a></li>
 <li><a href="download.cgi">Download</a></li>
+<li><a href="maven-dependency.html">Maven Dependency</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>

Modified: websites/production/opennlp/content/opennlp/index.html
==============================================================================
--- websites/production/opennlp/content/opennlp/index.html (original)
+++ websites/production/opennlp/content/opennlp/index.html Wed May 11 16:15:08 2011
@@ -40,6 +40,7 @@
 <ul>
 <li><a href="index.html">Home</a></li>
 <li><a href="download.cgi">Download</a></li>
+<li><a href="maven-dependency.html">Maven Dependency</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>

Modified: websites/production/opennlp/content/opennlp/mail-lists.html
==============================================================================
--- websites/production/opennlp/content/opennlp/mail-lists.html (original)
+++ websites/production/opennlp/content/opennlp/mail-lists.html Wed May 11 16:15:08 2011
@@ -40,6 +40,7 @@
 <ul>
 <li><a href="index.html">Home</a></li>
 <li><a href="download.cgi">Download</a></li>
+<li><a href="maven-dependency.html">Maven Dependency</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>

Modified: websites/production/opennlp/content/opennlp/news.html
==============================================================================
--- websites/production/opennlp/content/opennlp/news.html (original)
+++ websites/production/opennlp/content/opennlp/news.html Wed May 11 16:15:08 2011
@@ -40,6 +40,7 @@
 <ul>
 <li><a href="index.html">Home</a></li>
 <li><a href="download.cgi">Download</a></li>
+<li><a href="maven-dependency.html">Maven Dependency</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>

Modified: websites/production/opennlp/content/opennlp/source-code.html
==============================================================================
--- websites/production/opennlp/content/opennlp/source-code.html (original)
+++ websites/production/opennlp/content/opennlp/source-code.html Wed May 11 16:15:08 2011
@@ -40,6 +40,7 @@
 <ul>
 <li><a href="index.html">Home</a></li>
 <li><a href="download.cgi">Download</a></li>
+<li><a href="maven-dependency.html">Maven Dependency</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>
@@ -75,17 +76,6 @@ https://svn.apache.org/repos/asf/incubat
 <p>To checkout a specific branch or tag:
 <pre><code>svn co https://svn.apache.org/repos/asf/incubator/opennlp/branches/(branch name)
 svn co https://svn.apache.org/repos/asf/incubator/opennlp/tags/(tag name)</code></pre></p>
-<h1 id="build_from_sources">Build from Sources</h1>
-<h2 id="prerequisites">Prerequisites</h2>
-<ul>
-<li>If you have an IDE installed such as <a href="http://www.netbeans.org/">NetBeans</a> or <a href="http://www.eclipse.org/">Eclipse</a> installed, it will make your development easier.  However, follow on for the brave.</li>
-<li>The Java <a href="http://www.java.com/">JRE</a> is required to run the jar files.</li>
-<li>The Java <a href="http://www.oracle.com/technetwork/java/javase/overview/index.html">JDK</a> is required to compile the object code.</li>
-<li>Apache <a href="http://maven.apache.org/">Maven</a> is required to build the source files and assemble the project, unless you have one of the IDEs listed above.</li>
-</ul>
-<p>TODO Any needed modules Java JDK, etc needed to build.  And maybe links to required items.</p>
-<h2 id="building">Building</h2>
-<p>TODO How to build the project from the sources just checked out...</p>
   </div>
   
   <div class="clear">

Modified: websites/production/opennlp/content/opennlp/team.html
==============================================================================
--- websites/production/opennlp/content/opennlp/team.html (original)
+++ websites/production/opennlp/content/opennlp/team.html Wed May 11 16:15:08 2011
@@ -40,6 +40,7 @@
 <ul>
 <li><a href="index.html">Home</a></li>
 <li><a href="download.cgi">Download</a></li>
+<li><a href="maven-dependency.html">Maven Dependency</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>