You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by bu...@apache.org on 2012/05/31 21:39:06 UTC

svn commit: r819782 - in /websites/staging/river/trunk/content: ./ helloworld.html

Author: buildbot
Date: Thu May 31 19:39:06 2012
New Revision: 819782

Log:
Staging update by buildbot for river

Modified:
    websites/staging/river/trunk/content/   (props changed)
    websites/staging/river/trunk/content/helloworld.html

Propchange: websites/staging/river/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 31 19:39:06 2012
@@ -1 +1 @@
-1344610
+1344877

Modified: websites/staging/river/trunk/content/helloworld.html
==============================================================================
--- websites/staging/river/trunk/content/helloworld.html (original)
+++ websites/staging/river/trunk/content/helloworld.html Thu May 31 19:39:06 2012
@@ -98,11 +98,12 @@ $  cd helloworld
 $  ant # This will build the River distribution, including the lib/extra.jar
 </code></pre>
 
-<p>Optionally, you can also;
+<p>Additionally, if you want to be able to run the example code which uses this configuration technique, you must also build the JAR which contains it.  This is done by executing the following Ant command.  However, if you are only interested in using the <code>extra.jar</code> then there is no need to complete this step.</p>
 <pre><code>
 $  cd ../src-extra-examples
 $  ant # This will build the lib/extra-examples.jar
-</code></pre></p>
+</code></pre>
+
 <p>From this point on, we shall refer to the installation of River as <code>${RIVER_HOME}</code>.  In this example, it would refer to directory <code>~/projects/river/helloworld</code>.</p>
 <h3 id="starting-the-http-server">Starting the HTTP Server</h3>
 <p>Jini/River services of course require a HTTP server.  This is easily started in such a way as it will serve all the JAR files from the ${RIVER_HOME}/lib directory.</p>