Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 31421 invoked from network); 21 Nov 2006 23:20:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2006 23:20:15 -0000 Received: (qmail 57195 invoked by uid 500); 21 Nov 2006 23:20:24 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 57162 invoked by uid 500); 21 Nov 2006 23:20:24 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 57151 invoked by uid 99); 21 Nov 2006 23:20:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 15:20:24 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 15:20:12 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 17D5D1A9846; Tue, 21 Nov 2006 15:19:38 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r477954 - in /forrest/trunk/whiteboard/forrest2/core: build.xml src/docs/gettingStarted.html Date: Tue, 21 Nov 2006 23:19:37 -0000 To: svn@forrest.apache.org From: rgardler@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061121231938.17D5D1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rgardler Date: Tue Nov 21 15:19:36 2006 New Revision: 477954 URL: http://svn.apache.org/viewvc?view=rev&rev=477954 Log: Add a run target to the Ant build and update the gettingStarted.html document Modified: forrest/trunk/whiteboard/forrest2/core/build.xml forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html Modified: forrest/trunk/whiteboard/forrest2/core/build.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/build.xml?view=diff&rev=477954&r1=477953&r2=477954 ============================================================================== --- forrest/trunk/whiteboard/forrest2/core/build.xml (original) +++ forrest/trunk/whiteboard/forrest2/core/build.xml Tue Nov 21 15:19:36 2006 @@ -10,8 +10,12 @@ - + + + + + @@ -23,10 +27,8 @@ - - + + @@ -36,16 +38,47 @@ + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -72,6 +105,19 @@ - + + + + + + + + + + + + + Modified: forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html?view=diff&rev=477954&r1=477953&r2=477954 ============================================================================== --- forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html (original) +++ forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html Tue Nov 21 15:19:36 2006 @@ -33,21 +33,31 @@
  • ANT 1.6+
  • +
  • Java 1.5+

+ Run the command cd [FORREST2_HOME] +

+ +

Run the command ant compile-core

Running from the Command Line

-

cd [CONTENT_OBJECT_DIR]

+

+ Run the command cd [FORREST2_HOME] +

+ +

ant -Dcontent.object.dir=[CONTENT_DIR] -Dcontent.object.start.uri=[REQUEST_URI]
+ Where [CONTENT_DIR] is the directory containing the Forrest2 Content Object you wish + to work with and [REQUEST_URI] is the URI you wish to request

There are some example content objects in - src/examples

+ src/examples for you to try out, for example: + ant -Dcontent.object.dir=[FORREST2_HOME]/src/examples/helloWorld -Dcontent.object.start.uri=helloWorld.html run

-

java -jar [FORREST2_HOME]/dist/forrest.jar org.apache.forrest.cli.CLI [REQUEST_URI]
- Where [REQUEST_URI] is the URI you wish to request