Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 77837 invoked from network); 9 Apr 2009 13:25:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Apr 2009 13:25:02 -0000 Received: (qmail 54497 invoked by uid 500); 9 Apr 2009 13:25:01 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 54450 invoked by uid 500); 9 Apr 2009 13:25:01 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 54400 invoked by uid 99); 9 Apr 2009 13:25:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 13:25:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 13:25:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7B6D0238893B; Thu, 9 Apr 2009 13:24:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r763639 - /jackrabbit/commons/jcr-rmi/trunk/README.txt Date: Thu, 09 Apr 2009 13:24:30 -0000 To: commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090409132430.7B6D0238893B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jukka Date: Thu Apr 9 13:24:30 2009 New Revision: 763639 URL: http://svn.apache.org/viewvc?rev=763639&view=rev Log: rmi: Add build instructions to README Modified: jackrabbit/commons/jcr-rmi/trunk/README.txt Modified: jackrabbit/commons/jcr-rmi/trunk/README.txt URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-rmi/trunk/README.txt?rev=763639&r1=763638&r2=763639&view=diff ============================================================================== --- jackrabbit/commons/jcr-rmi/trunk/README.txt (original) +++ jackrabbit/commons/jcr-rmi/trunk/README.txt Thu Apr 9 13:24:30 2009 @@ -1,16 +1,31 @@ -================================================================== -Welcome to JCR-RMI -================================================================== +=================================================== +Apache Jackrabbit JCR-RMI + +=================================================== -This is the JCR-RMI component of the Apache Jackrabbit project. -JCR-RMI is a part of the JCR Commons collection of generic JCR tools. - -JCR-RMI is a transparent Remote Method Invocation (RMI) layer for -the Content Repository for Java Technology API (JCR) version 1.0. +JCR-RMI is a transparent Remote Method Invocation (RMI) layer for JCR. The layer makes it possible to remotely access JCR content repositories and is compatible with all JCR implementations. -Apache Jackrabbit is a project of the Apache Software Foundation. +JCR-RMI is a part of the JCR Commons subproject of Apache Jackrabbit. +Jackrabbit is a project of the Apache Software Foundation. + +Build instructions +================== + +To build JCR-RMI, run the following command in this directory: + + mvn clean install + +You need Java 1.4 (or higher) and Maven 2.0.9 (or higher) to do this. + +The build consists of two parts: the "jcr-rmi" module that contains the actual +JCR-RMI component, and the "jcr-rmi-it" that contains an integration test +suite for JCR-RMI. The integration tests are automatically run by Maven. + +After the build finishes successfully, you can find the compiled JCR-RMI +component in ./jcr-rmi/target/. The component will also have been installed +in your local Maven repository. License (see also LICENSE.txt) ==============================