Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 24714 invoked from network); 18 Nov 2006 23:44:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Nov 2006 23:44:07 -0000 Received: (qmail 45633 invoked by uid 500); 18 Nov 2006 23:44:17 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 45596 invoked by uid 500); 18 Nov 2006 23:44:17 -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 45585 invoked by uid 99); 18 Nov 2006 23:44:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Nov 2006 15:44:17 -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; Sat, 18 Nov 2006 15:44:07 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id A881E1A9846; Sat, 18 Nov 2006 15:43:34 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r476660 - /forrest/trunk/whiteboard/forrest2/src/docs/gettingStarted.html Date: Sat, 18 Nov 2006 23:43:34 -0000 To: svn@forrest.apache.org From: rgardler@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061118234334.A881E1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@

Building

-

To build forrest2 you must install:

+

To build forrest2 you must first install:

  • ANT 1.6+

- Run the command ant resolve -

- -

Run the command ant compile-core

Running from the Command Line

cd [CONTENT_OBJECT_DIR]

+ +

There are some example content objects in + src/examples

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