Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 76220 invoked from network); 6 Dec 2005 08:31:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Dec 2005 08:31:36 -0000 Received: (qmail 24499 invoked by uid 500); 6 Dec 2005 08:31:35 -0000 Mailing-List: contact jackrabbit-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-commits@incubator.apache.org Received: (qmail 24478 invoked by uid 500); 6 Dec 2005 08:31:35 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 24475 invoked by uid 99); 6 Dec 2005 08:31:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 00:31:35 -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 [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 06 Dec 2005 00:31:34 -0800 Received: (qmail 76104 invoked by uid 65534); 6 Dec 2005 08:31:14 -0000 Message-ID: <20051206083114.76103.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r354359 - /incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/firststeps.xml Date: Tue, 06 Dec 2005 08:31:14 -0000 To: jackrabbit-cvs@incubator.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jukka Date: Tue Dec 6 00:31:09 2005 New Revision: 354359 URL: http://svn.apache.org/viewcvs?rev=354359&view=rev Log: JCR-227: Point to "Building Jackrabbit" instead of "README.txt" in "First Steps". Also added a brief intro and changed the section levels for clarity. Modified: incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/firststeps.xml Modified: incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/firststeps.xml URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/firststeps.xml?rev=354359&r1=354358&r2=354359&view=diff ============================================================================== --- incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/firststeps.xml (original) +++ incubator/jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/firststeps.xml Tue Dec 6 00:31:09 2005 @@ -21,12 +21,18 @@ -
-

Please refer to the README.txt - to find details on how to build Jackrabbit using Maven. +

+

+ This is a short hands-on introduction to Jackrabbit and the features + of the JCR API. See the rest of the Jackrabbit web site and the JCR + API specification for more detailed information. +

+

+ You need to have Jackrabbit locally available to compile and run the + examples on this page. See the Building Jackrabbit + section for instructions to download and build the Jackrabbit sources.

-
-
+

The following code provides a brief introduction to using Jackrabbit in a simple application. Please note that this example is meant to @@ -166,8 +172,8 @@ rep:root

-
-
+ +

Since an empty repository is not very useful, add the following code to the above test class JCRTest to create @@ -404,6 +410,7 @@ .

+