Author: rgardler
Date: Sat Nov 18 15:43:33 2006
New Revision: 476660
URL: http://svn.apache.org/viewvc?view=rev&rev=476660
Log:
- No need to resolve dependencies before compiling
- add a note about examples incuded
Modified:
forrest/trunk/whiteboard/forrest2/src/docs/gettingStarted.html
Modified: forrest/trunk/whiteboard/forrest2/src/docs/gettingStarted.html
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/src/docs/gettingStarted.html?view=diff&rev=476660&r1=476659&r2=476660
==============================================================================
--- forrest/trunk/whiteboard/forrest2/src/docs/gettingStarted.html (original)
+++ forrest/trunk/whiteboard/forrest2/src/docs/gettingStarted.html Sat Nov 18
15:43:33 2006
@@ -29,23 +29,22 @@
<h1>Building</h1>
- <p>To build forrest2 you must install:</p>
+ <p>To build forrest2 you must first install:</p>
<ul>
<li>ANT 1.6+</li>
</ul>
<p class="step">
- Run the command <span class="source">ant resolve</span>
- </p>
-
- <p class="step">
Run the command <span class="source">ant compile-core</span>
</p>
<h1>Running from the Command Line</h1>
<p class="step">cd [CONTENT_OBJECT_DIR]</p>
+
+ <p class="note">There are some example content objects in
+ <span class="source">src/examples</span></p>
<p class="step">java -jar [FORREST2_HOME]/dist/forrest.jar
org.apache.forrest.cli.CLI [REQUEST_URI]<br/>
Where [REQUEST_URI] is the URI you wish to request</p>