Author: thobbs
Date: Thu May 31 19:38:59 2012
New Revision: 1344877

URL: http://svn.apache.org/viewvc?rev=1344877&view=rev
Log:
Cleared up confusion over optional Ant step.

Modified:
    river/site/trunk/content/helloworld.mdtext

Modified: river/site/trunk/content/helloworld.mdtext
URL: 
http://svn.apache.org/viewvc/river/site/trunk/content/helloworld.mdtext?rev=1344877&r1=1344876&r2=1344877&view=diff
==============================================================================
--- river/site/trunk/content/helloworld.mdtext (original)
+++ river/site/trunk/content/helloworld.mdtext Thu May 31 19:38:59 2012
@@ -60,7 +60,8 @@ $  cd helloworld
 $  ant # This will build the River distribution, including the lib/extra.jar
 </code></pre>
 
-Optionally, you can also;
+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.
+
 <pre><code>
 $  cd ../src-extra-examples
 $  ant # This will build the lib/extra-examples.jar


Reply via email to